devdb-sql 1.0.7__tar.gz → 1.0.8__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.
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/PKG-INFO +2 -2
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/README.md +1 -1
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql.egg-info/PKG-INFO +2 -2
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/pyproject.toml +1 -1
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/LICENSE +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql/__init__.py +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql/db.py +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql/schema.py +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql/table.py +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql.egg-info/SOURCES.txt +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql.egg-info/dependency_links.txt +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/devdb_sql.egg-info/top_level.txt +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/setup.cfg +0 -0
- {devdb_sql-1.0.7 → devdb_sql-1.0.8}/test/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devdb-sql
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: Lightweight SQLite SDK with a MongoDB-like developer experience
|
|
5
5
|
Author: Mahadev
|
|
6
6
|
License: MIT
|
|
@@ -18,7 +18,7 @@ It provides a MongoDB-like API while using SQLite internally. Application code d
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
pip install devdb-
|
|
21
|
+
pip install devdb-sql
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: devdb-sql
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: Lightweight SQLite SDK with a MongoDB-like developer experience
|
|
5
5
|
Author: Mahadev
|
|
6
6
|
License: MIT
|
|
@@ -18,7 +18,7 @@ It provides a MongoDB-like API while using SQLite internally. Application code d
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
20
20
|
```bash
|
|
21
|
-
pip install devdb-
|
|
21
|
+
pip install devdb-sql
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
|
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
|