limbo/bindings/go/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
..
lib.rs Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
rows.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
statement.rs Fix a handful of typos 2025-02-09 18:08:29 +02:00
types.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00