cinchdb 0.1.11__py3-none-any.whl → 0.1.12__py3-none-any.whl
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.
- {cinchdb-0.1.11.dist-info → cinchdb-0.1.12.dist-info}/METADATA +6 -2
- {cinchdb-0.1.11.dist-info → cinchdb-0.1.12.dist-info}/RECORD +5 -5
- {cinchdb-0.1.11.dist-info → cinchdb-0.1.12.dist-info}/WHEEL +0 -0
- {cinchdb-0.1.11.dist-info → cinchdb-0.1.12.dist-info}/entry_points.txt +0 -0
- {cinchdb-0.1.11.dist-info → cinchdb-0.1.12.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cinchdb
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.12
|
4
4
|
Summary: A Git-like SQLite database management system with branching and multi-tenancy
|
5
5
|
Project-URL: Homepage, https://github.com/russellromney/cinchdb
|
6
6
|
Project-URL: Documentation, https://russellromney.github.io/cinchdb
|
@@ -39,7 +39,11 @@ Because it's so lightweight and its only dependencies are pydantic, requests, an
|
|
39
39
|
|
40
40
|
|
41
41
|
```bash
|
42
|
-
uv
|
42
|
+
# Recommended: Install with uv (faster, better dependency resolution)
|
43
|
+
uv add cinchdb
|
44
|
+
|
45
|
+
# Or with pip
|
46
|
+
pip install cinchdb
|
43
47
|
|
44
48
|
# Initialize project
|
45
49
|
cinch init
|
@@ -51,8 +51,8 @@ cinchdb/models/view.py,sha256=q6j-jYzFJuhRJO87rKt6Uv8hOizHQx8xwoPKoH6XnNY,530
|
|
51
51
|
cinchdb/utils/__init__.py,sha256=yQQhEjndDiB2SUJybUmp9dvEOQKiR-GySe-WiCius5E,490
|
52
52
|
cinchdb/utils/name_validator.py,sha256=dyGX5bjlTFRA9EGrWRQKp6kR__HSV04hLV5VueJs4IQ,4027
|
53
53
|
cinchdb/utils/sql_validator.py,sha256=aWOGlPX0gBkuR6R1EBP2stbP4PHZuI6FUBi2Ljx7JUI,5815
|
54
|
-
cinchdb-0.1.
|
55
|
-
cinchdb-0.1.
|
56
|
-
cinchdb-0.1.
|
57
|
-
cinchdb-0.1.
|
58
|
-
cinchdb-0.1.
|
54
|
+
cinchdb-0.1.12.dist-info/METADATA,sha256=iXOb9UnRYHZJ4gG4j9c_Z8Oxk-hvVdsgXWdFNk49IBo,5471
|
55
|
+
cinchdb-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
cinchdb-0.1.12.dist-info/entry_points.txt,sha256=VBOIzvnGbkKudMCCmNORS3885QSyjZUVKJQ-Syqa62w,47
|
57
|
+
cinchdb-0.1.12.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
58
|
+
cinchdb-0.1.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|