SQLAlchemy models for IoT sensor data storage with Alembic migrations
Project description
database uri
You can set database uri by setting IOT_DATABASE_URL variable.
export IOT_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/iot_local
make migrations
alembic revision --autogenerate -m "Migration message."
upgrade
# upgrade all
alembic upgrade head
# upgrade all to specific migration
alembic upgrade <revision_id>
downgrade
# downgrade all
alembic downgrade base
# downgrade all to specific migration
alembic downgrade <revision_id>
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
ngits_iot_db-0.2.3.tar.gz
(12.2 kB
view details)
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 ngits_iot_db-0.2.3.tar.gz.
File metadata
- Download URL: ngits_iot_db-0.2.3.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6890f3dd3d1e14d6da0839c74ee2c41899df692c058f5552bf45164c734fc0ec
|
|
| MD5 |
2f907422f6dab3dfc78488c85f449c89
|
|
| BLAKE2b-256 |
f1bb9489ec39faacc0ea617405ba772b463d29471f36e57603b7df547e5225ef
|
File details
Details for the file ngits_iot_db-0.2.3-py3-none-any.whl.
File metadata
- Download URL: ngits_iot_db-0.2.3-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c30c1a0d4e5f0823bb882522076b90744c2f3bd9ca1917141124cb9654334d0
|
|
| MD5 |
1381bf7fe9dd1b55cc847796745f7bab
|
|
| BLAKE2b-256 |
b9dee180a883c8c7d7abd580a9cc201550fa76da8b93de3365189f776e1d627b
|