Is it possible to use a custom sqlite build? #4108
-
|
There are cases when a custom sqlite build/amalgamation needs to be used when installing and using node-sqlite3. Is something like this possible with prisma when it's used with sqlite? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Hey @kulshekhar 👋 So if you want to use your own custom sqlite with Prisma, you would need to compile it by yourself, changing the compilation settings. Let me know if that helps :) |
Beta Was this translation helpful? Give feedback.
-
|
That does help. Thanks Ryan!
…On Mon, 2 Nov, 2020, 13:37 Ryan Dsouza, ***@***.***> wrote:
Hey @kulshekhar <https://github.com/kulshekhar> 👋
Currently SQLite is compiled to the Prisma Engine binaries
https://www.prisma.io/docs/more/supported-databases.
So if you want to use your own custom sqlite with Prisma, you would need
to compile it by yourself, changing the compilation settings.
Let me know if that helps :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSH7UATCY5VGL7R7K5KS5TSNZSCJANCNFSM4TFZB6HA>
.
|
Beta Was this translation helpful? Give feedback.
-
|
Hi there, To keep our discussions organized and focused on the most relevant topics, we’re reviewing and tidying up our backlog. As part of this process, we’re closing discussions that have already been marked as answered but remain open. If this discussion still requires further input or clarification, feel free to reopen it or start a new one with updated details. Your contributions are invaluable to the community, and we’re here to help! For more details about our priorities and vision for the future of Prisma ORM, check out our latest blog post: https://www.prisma.io/blog/prisma-orm-manifesto. Thank you for your understanding and ongoing support of the Prisma community! |
Beta Was this translation helpful? Give feedback.
Hey @kulshekhar 👋
Currently SQLite is compiled to the Prisma Engine binaries https://www.prisma.io/docs/more/supported-databases.
So if you want to use your own custom sqlite with Prisma, you would need to compile it by yourself, changing the compilation settings.
Let me know if that helps :)