Prisma1: SQLite connector

Created on 18 May 2018  路  4Comments  路  Source: prisma/prisma1

Feature Request

What feature are you missing?

Support for local databases such as SQLite

How could this feature look like in detail? Tradeoffs?

Should be straightforward since it's kinda standard.

My main use-case would be to create decentralized/portable/client-side-only (d)apps.

kinfeature areconnector

Most helpful comment

Thanks for your input, that's very interesting!

I added the new "File based" category to #1751. We are considering to directly bake a memory-based or file-based DB into Prisma, which would be nice for embedded use cases and local development.

All 4 comments

I agree. It would be interesting to use a prisma server hosted on a rapberry pi using just sqlite and served over an intranet.
There's another use case possible: enable sqlite in memory connection to speed up tests.

Would be great to add sqlite to the list of connectors #1751. In-memory and file-based db's are a big use case, especially when server-based db's are not an option and/or overkill. A couple specific use cases might be bundling sqlite into an Electron app or using sqlite on Android.

Thanks for your input, that's very interesting!

I added the new "File based" category to #1751. We are considering to directly bake a memory-based or file-based DB into Prisma, which would be nice for embedded use cases and local development.

+1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

schickling picture schickling  路  3Comments

sedubois picture sedubois  路  3Comments

ragnorc picture ragnorc  路  3Comments

tbrannam picture tbrannam  路  3Comments

thomaswright picture thomaswright  路  3Comments