libsql
libsql copied to clipboard
libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
* Fix single `t` occurences of `committed` syntagm References * [Comit, Comitment, Committed](https://www.merriam-webster.com/dictionary/committed) * [Committed](https://dictionary.cambridge.org/dictionary/english/committed)
* deduplicate features * fix doctest in `lib.rs`
We integrated https://github.com/utelle/SQLite3MultipleCiphers into the libSQL source tree, but we should really pick one cipher and stick to that. The best one seems to be SQLCipher.
Diesel is a Safe, Extensible ORM and Query Builder for [Rust](https://www.rust-lang.org/). It would be great if `libsql` supports this amazing open-source ORM. https://diesel.rs/ Given the backwards compatibility of `libsql` with...
This PR updates S3 drivers to a stable version. For basically a year, we were using beta version and never updated it since.
``` error: failed to run custom build command for `protobuf-src v1.1.0+21.5` Caused by: process didn't exit successfully: `C:\Users\Pekka\Projects\libsql\target\debug\build\protobuf-src-81e1cf3e7fc35d15\build-script-build` (exit code: 101) --- stderr thread 'main' panicked at C:\Users\Pekka\.cargo\registry\src\index.crates.io-6f17d22bba15001f\autotools-0.2.6\src\lib.rs:781:5: `sh` is...
```toml [dependencies.libsql] git = "https://github.com/tursodatabase/libsql" rev = "6b13d77519db51289b63bb164d7844eb7ce9b25d" default-features = false features = ["core"] ``` #### Error ``` error[E0433]: failed to resolve: could not find `unix` in `os` --> C:\Users\...\.cargo\git\checkouts\libsql-311658d335deb3b1\6b13d77\libsql-sys\src\connection.rs:285:26...
`Builder::new_remote_replica` build panics if supplied with an invalid url. When trying to build an embedded replica of a db with a malformed db url, the `build()` method just panics and...
closes issue-:#1224 Let's add a timeout to embedded replica sync so that we don't hang a sync() call if there's a network issue.
We don't ship extensions with the libsql-server docker image. Lets ship those which we are using the platform https://docs.turso.tech/reference/extensions