A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries (and more).
Soon
What security does this use?
None right now. We are assuming you are using this behind a proxy which brings it's own security, or using this internally with no access to the outside world. We may add security in the future, but only something very basic.
Can I use this on my website/client?
No. Primarily because you shouldn't really query your database directly from a client unless you want to give everyone full access to your data. (Don't do it.)
- Start the database using
docker-compose up
- Run
npm run dev
- Run
npm test
while you work
Apache 2.0