op-sqlite
op-sqlite copied to clipboard
Fastest SQLite library for react-native by @ospfranco
**Describe the bug** When calling db.delete on a db with an absolute location path, the underlying database is not deleted because the path passed to the delete function is wrong....
Compiling, packaging and loading extensions is complex and error prone. It would be nice if we could take care of this for the most common and used libraries so people...
Hello, thank you for this awesome project. I would like to know if it is possible to use other collates. SQLite has by default these three collates [binary, nocase, rtrim](https://www.sqlite.org/datatype3.html#collating_sequences)....
Library needs to support bridgeless since starting on 0.75 the default template will move to new arch + bridgeless. I need however to make time and follow up on the...
Here is a proposal for an API that would allow to run reactive queries. Besides your normal SQL string and argument, you can add two keys: `tableName` and `rowID`. Why?...
Modified batch executors (ExecuteSqlBatch) to reuse prepared statements. From the begining of the API, SQL Batches supports SQL parameters as an Array of objects, or a array of arrays. So,...
Libsql (https://github.com/tursodatabase/libsql) is an open contribution fork of sqlite. It adds a lot of features including server replication and vector search. Some people have expressed interest in sponsoring the work...
Update libsql library to https://github.com/tursodatabase/libsql/commit/5d2501817056e186822ba29644717ef056519643
**Describe the bug** When you have a reactive query and try to execute a transaction that deletes data, the reactive query kaputs itself (and maybe the transaction?) [Reproducible example](https://github.com/maksym-kyryliuk/opsqliteIssue). It...