libsql 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libsql-0.1.4 → libsql-0.1.5}/Cargo.lock +13 -13
- {libsql-0.1.4 → libsql-0.1.5}/Cargo.toml +2 -2
- {libsql-0.1.4 → libsql-0.1.5}/PKG-INFO +1 -1
- {libsql-0.1.4 → libsql-0.1.5}/pyproject.toml +1 -1
- {libsql-0.1.4 → libsql-0.1.5}/.github/workflows/CI.yml +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/.github/workflows/pr-tests.yml +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/CONTRIBUTING.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/LICENSE.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/build.rs +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/docs/api.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/example.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/batch/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/batch/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/batch/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/encryption/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/encryption/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/encryption/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/execute_script.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/local/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/local/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/local/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/memory/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/memory/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/remote/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/remote/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/remote_connect.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/sqlalchemy/dialect.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/sqlalchemy/example.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/statements.sql +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/sync/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/sync/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/sync/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/sync_write.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/transaction/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/transaction/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/transaction/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/vector/.gitignore +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/vector/README.md +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/vector/main.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/examples/vector.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/perf-libsql.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/perf-sqlite3.py +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/shell.nix +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/src/lib.rs +0 -0
- {libsql-0.1.4 → libsql-0.1.5}/tests/test_suite.py +0 -0
@@ -815,9 +815,9 @@ dependencies = [
|
|
815
815
|
|
816
816
|
[[package]]
|
817
817
|
name = "libsql"
|
818
|
-
version = "0.9.
|
818
|
+
version = "0.9.18"
|
819
819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
820
|
-
checksum = "
|
820
|
+
checksum = "acd99c54790a50cffb62b1bf3e82c747fafad296c2fd21acce3154e4d9112241"
|
821
821
|
dependencies = [
|
822
822
|
"anyhow",
|
823
823
|
"async-stream",
|
@@ -855,9 +855,9 @@ dependencies = [
|
|
855
855
|
|
856
856
|
[[package]]
|
857
857
|
name = "libsql-ffi"
|
858
|
-
version = "0.9.
|
858
|
+
version = "0.9.18"
|
859
859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
860
|
-
checksum = "
|
860
|
+
checksum = "f72c71234e1ad056592c977f5353b9ee87a2f9923cc7ac80bce52b7e30dbe702"
|
861
861
|
dependencies = [
|
862
862
|
"bindgen",
|
863
863
|
"cc",
|
@@ -867,9 +867,9 @@ dependencies = [
|
|
867
867
|
|
868
868
|
[[package]]
|
869
869
|
name = "libsql-hrana"
|
870
|
-
version = "0.9.
|
870
|
+
version = "0.9.18"
|
871
871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
872
|
-
checksum = "
|
872
|
+
checksum = "25ce12bd586bde040a4bd33b291df6bf26dc56379629e1cb5d50e08a1bd31d56"
|
873
873
|
dependencies = [
|
874
874
|
"base64 0.21.7",
|
875
875
|
"bytes",
|
@@ -879,9 +879,9 @@ dependencies = [
|
|
879
879
|
|
880
880
|
[[package]]
|
881
881
|
name = "libsql-rusqlite"
|
882
|
-
version = "0.9.
|
882
|
+
version = "0.9.18"
|
883
883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
884
|
-
checksum = "
|
884
|
+
checksum = "dc5d27776273a28e4eb1a63e9abb924f7e0d8a3f26b5b713724826f3e0c8bf6f"
|
885
885
|
dependencies = [
|
886
886
|
"bitflags 2.6.0",
|
887
887
|
"fallible-iterator 0.2.0",
|
@@ -911,9 +911,9 @@ dependencies = [
|
|
911
911
|
|
912
912
|
[[package]]
|
913
913
|
name = "libsql-sys"
|
914
|
-
version = "0.9.
|
914
|
+
version = "0.9.18"
|
915
915
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
916
|
-
checksum = "
|
916
|
+
checksum = "11f4b1c9314de9c3f4d768e3b03d5e2d0b95747423dcb55c69494c49a3630728"
|
917
917
|
dependencies = [
|
918
918
|
"bytes",
|
919
919
|
"libsql-ffi",
|
@@ -925,9 +925,9 @@ dependencies = [
|
|
925
925
|
|
926
926
|
[[package]]
|
927
927
|
name = "libsql_replication"
|
928
|
-
version = "0.9.
|
928
|
+
version = "0.9.18"
|
929
929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
930
|
-
checksum = "
|
930
|
+
checksum = "fc5717bf0fd5ef39a40094bb606332e03a37d19b65d96399506453a8ee132167"
|
931
931
|
dependencies = [
|
932
932
|
"aes",
|
933
933
|
"async-stream",
|
@@ -1237,7 +1237,7 @@ dependencies = [
|
|
1237
1237
|
|
1238
1238
|
[[package]]
|
1239
1239
|
name = "pylibsql"
|
1240
|
-
version = "0.1.
|
1240
|
+
version = "0.1.5"
|
1241
1241
|
dependencies = [
|
1242
1242
|
"libsql",
|
1243
1243
|
"pyo3",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[package]
|
2
2
|
name = "pylibsql"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.5"
|
4
4
|
edition = "2021"
|
5
5
|
|
6
6
|
[lib]
|
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
|
|
8
8
|
|
9
9
|
[dependencies]
|
10
10
|
pyo3 = "0.19.0"
|
11
|
-
libsql = { version = "0.9.
|
11
|
+
libsql = { version = "0.9.18", features = ["encryption"] }
|
12
12
|
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
|
13
13
|
tracing-subscriber = "0.3"
|
14
14
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|