https://github.com/dde-labs/self-orm
Self Sandbox for create the best practice interface with ORM packages
https://github.com/dde-labs/self-orm
mssql mysql postgres py39 sqlalchemy sqlite
Last synced: 2 months ago
JSON representation
Self Sandbox for create the best practice interface with ORM packages
- Host: GitHub
- URL: https://github.com/dde-labs/self-orm
- Owner: dde-labs
- License: mit
- Created: 2025-03-01T04:56:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:13:43.000Z (over 1 year ago)
- Last Synced: 2026-01-03T17:25:11.493Z (5 months ago)
- Topics: mssql, mysql, postgres, py39, sqlalchemy, sqlite
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Self: ORM
An **Object Relational Mapping (ORM)** interface functions and practices for
interact with any Database and No-SQL services.
The first objective is use the SQLAlchemy package.
> [!NOTE]
> I will provide the `async` connect first because it will make high performance
> than `sync`.
## :speech_balloon: Contribute
I do not think this project will go around the world because it has specific propose,
and you can create by your coding without this project dependency for long term
solution. So, on this time, you can open [the GitHub issue on this project :raised_hands:](https://github.com/dde-labs/self-orm/issues)
for fix bug or request new feature if you want it.