✅ Private database provider
Description: Added an option to add the local or private MySQL and Postgres SQL database provider.
Changes: If the environment variable NEXT_PUBLIC_DB_PROVIDER is not specified, the default provider will be set to private.
Merging to main in this repository is managed by Trunk.
- [ ] To merge this pull request, check the box to the left or comment
/trunk mergebelow.
@vikas0380 is attempting to deploy a commit to the Nazarii Korniienko's projects Team on Vercel.
A member of the Team first needs to authorize it.
@vikas0380 can you add sqlite support
Hello and welcome, @wanghaisheng! I am already working on rewriting the project for better-sqlite3. I tried to do this a long time ago, but I had some difficulties then. I think now I have a better chance of success. This will be delivered in Relivator 1.2.6 or 1.3.0. Thank you for your interest in the project and for your patience!
@vikas0380 Hi! Thank you very much for your contribution and I apologize for the late reply! I've integrated your PR into the next 1.2.6 version and also adapted it accordingly to the changes mentioned in issue #32. And also, possibly but idk, since I'm working on adding SQLite, it doesn't require any additional installations unlike Postgres/MySQL, so maybe I'll set SQLite as the default provider once it is fully delivered. upd. As an option, SQLite will be default, but it will be possible to switch to Postgres manually by commenting out specific lines.