limbo/bindings/java/rs_src
Pekka Enberg 90c1e3fc06 Switch Connection to use Arc instead of Rc
Connection needs to be Arc so that bindings can wrap it with `Mutex` for
multi-threading.
2025-06-16 10:43:19 +03:00
..
errors.rs Add comments on errors.rs 2025-02-07 11:24:43 +09:00
lib.rs Group "pointer to struct" and "struct to pointer" functions 2025-01-18 09:09:36 +09:00
limbo_connection.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
limbo_db.rs cli: Add --experimental-mvcc option to enable MVCC 2025-03-06 10:16:42 +02:00
limbo_statement.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
utils.rs Change package name from org.github.tursodatabase to tech.turso 2025-02-12 09:58:25 +09:00