-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✅ Private database provider #29
base: main
Are you sure you want to change the base?
Conversation
Merging to
|
@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. |
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.