6 ms·
A similar tool that I've had great fun with is Sandman: https://github.com/jeffknupp/sandman https://github.com/jeffknupp/sandman From the Readme: "Given a le
by knitatoms 12y ago
A similar tool that I've had great fun with is Sandman:
https://github.com/jeffknupp/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.
- AndyNemmity 12y agoThank you so much, I've been needing something like this forever.
- smellf 12y agoAwesome, when I saw the OP I was thinking, "I wonder if someone has done this with Flask yet?" :) Thanks!