LibSQL vs better-sqlite3 #760
-
Hi, What's the difference between LibSQL and |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As far as I understand it, LibSQL is a fork of sqlite, better-sqlite3 uses sqlite. Feel free to make an example of using LibSQL if you like! We only use better-sqlite3 for the cache anyway so there probably aren't many differences. |
Beta Was this translation helpful? Give feedback.
-
We have done internal research in our company and it turns out from our experiments that LibSQL does not yet has broad ecosystem. While they are compatible with SQLite, there are not many tools that can actually use the LibSQL features only. The most notable feature of LibSQL in my eyes is ability to modify schema fully. However, we have not found an ORM that actually supports this feature and we remained on SQLite3 for now. |
Beta Was this translation helpful? Give feedback.
As far as I understand it, LibSQL is a fork of sqlite, better-sqlite3 uses sqlite. Feel free to make an example of using LibSQL if you like! We only use better-sqlite3 for the cache anyway so there probably aren't many differences.