1
Ask HN: How to create a simple database program
Hi all, I've been wanting to create a kind of CRM for myself for a while now. I can setup a relational database with (my)sql and I can query it, but I'm looking for a simple frontend to create a program/app/site around that database. Be it python for a console based program or some framework for php css html, it doesn't matter. I just don't want to create all the input boxes and table layouts myself. I guess I just want something to plug&play.. Any suggestions?