pjdev-sqlmodel 0.0.1a1__tar.gz → 0.0.1a3__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.
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/PKG-INFO +1 -1
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/src/pjdev_sqlmodel/__about__.py +1 -1
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/src/pjdev_sqlmodel/service.py +1 -1
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/src/pjdev_sqlmodel/utilities.py +1 -1
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/.gitignore +0 -0
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/LICENSE.txt +0 -0
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/README.md +0 -0
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/pyproject.toml +0 -0
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/src/pjdev_sqlmodel/__init__.py +0 -0
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/src/pjdev_sqlmodel/settings.py +0 -0
- {pjdev_sqlmodel-0.0.1a1 → pjdev_sqlmodel-0.0.1a3}/tests/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pjdev-sqlmodel
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.1a3
|
|
4
4
|
Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python/-/tree/main/pjdev-sqlmodel#readme
|
|
5
5
|
Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/issues
|
|
6
6
|
Project-URL: Source, https://gitlab.purplejay.net/keystone/python
|
|
@@ -8,7 +8,7 @@ from typing import (
|
|
|
8
8
|
from sqlalchemy import Engine, NullPool
|
|
9
9
|
from sqlmodel import SQLModel, create_engine, Session as SQLModelSession
|
|
10
10
|
|
|
11
|
-
from pjdev_sqlmodel.
|
|
11
|
+
from pjdev_sqlmodel.settings import SqlModelSettings
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
class DBContext:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|