towfiqi / serpbear

Search Engine Position Rank Tracking App
https://docs.serpbear.com/
MIT License
1.32k stars 117 forks source link

Feat: Migrate database to prisma for more deployment options #95

Open Cliftonz opened 1 year ago

Cliftonz commented 1 year ago

@towfiqi

I would like to request that the database layer be rewritten in prisma this way could deploy the system not only with sqlite but with mongodb, planetscale, postgresql, mysql, and cockroachdb.

I would have no issue implementing this for the project however I do want to get the ok before I spend my time doing it.

Thanks, @cliftonz

XahidEx commented 7 months ago

This is what I'm looking for 🙌

ryanovas commented 1 month ago

Agreed. Docker volume mounts are fine when you're just putting stuff on your own servers but once you're using kube or production level stuff it's a hindrance