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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devdb-sql
3
- Version: 1.0.7
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-dql
21
+ pip install devdb-sql
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -7,7 +7,7 @@ It provides a MongoDB-like API while using SQLite internally. Application code d
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- pip install devdb-dql
10
+ pip install devdb-sql
11
11
  ```
12
12
 
13
13
  ## Usage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devdb-sql
3
- Version: 1.0.7
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-dql
21
+ pip install devdb-sql
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "devdb-sql"
7
- version = "1.0.7"
7
+ version = "1.0.8"
8
8
  description = "Lightweight SQLite SDK with a MongoDB-like developer experience"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes