database layer for my personal server.
Project description
square_database
📌 versioning: see CHANGELOG.md.
about
a database layer for my personal server. this service exposes database operations as a fastapi application, powered by pluggable orm models (by default from square_database_structure, but you can swap in your own).
goals
- centralized database api
- pluggable orm models
- simple crud operations
- stored procedure support
- realtime via websockets
installation
pip install square_database[all]
usage
configuration
update the settings in config.ini and config.testing.ini to match your environment (database url, logging, etc).
models
this service requires orm models from a pluggable module. the default is
square_database_structure, but you can provide your own
module if needed.
running the service
python square_database/main.py
env
- python>=3.12.0
feedback is appreciated. thank you!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file square_database-3.3.1.tar.gz.
File metadata
- Download URL: square_database-3.3.1.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee51aa02b7e3a224cb09a79bc50701ccff635c62b6a704f933bc90c2cff22e5a
|
|
| MD5 |
8c446f68c46d00851577c66e5c764789
|
|
| BLAKE2b-256 |
41a0e9e71429843c06e80b72557fdc21a6f0855e4d1da16d2fa8d8de3f2bdf61
|
File details
Details for the file square_database-3.3.1-py3-none-any.whl.
File metadata
- Download URL: square_database-3.3.1-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5efab97bf81c5cfc1b169d732a44eef94d20446ec6406125723807cdf16ac9b1
|
|
| MD5 |
8cb9ea37e01c70ad889447735c7db0da
|
|
| BLAKE2b-256 |
1bcd9a1fd9efe173240f4643888cfd5e25cc510feccf976c4edcddabf47c3ed3
|