Hacker News new | ask | show | jobs
by knitatoms 4260 days ago
A similar tool that I've had great fun with is Sandman:

https://github.com/jeffknupp/sandman

From the Readme: "Given a legacy database, sandman not only gives you a REST API, it gives you a beautiful admin page." It uses Python and SQLAlchemy and supports a good selection of databases.

2 comments

Awesome, when I saw the OP I was thinking, "I wonder if someone has done this with Flask yet?" :) Thanks!
Thank you so much, I've been needing something like this forever.