My favorite free Postgres service, ElephantSQL, is shutting down in January, so I'm building a replacement for my fellow cheap / poor people 😂
You can create a new database as easily as making a directory with mkdir:
npx mkdb my_new_project
I'm using Prisma with Neon Postgres for keeping track of users, their databases, etc. The platform's data isn't currently hosted on mkdb itself, didn't want to be Icarus flying to close to the sun on that one 🙃
Would really love any feedback you guys have about what could use work. Definitely in the early stages, so could use all the help I can get.