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.7.0.tar.gz
(43.7 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.7.0.tar.gz.
File metadata
- Download URL: ngits_iot_db-0.7.0.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
009650af7e0b6cac49b12ae4f564d1ad69f38e90477cf4e7889f748300d55bd1
|
|
| MD5 |
a5691f5f019ac8f694132c17fca995ef
|
|
| BLAKE2b-256 |
6b6fab08a06eb624fcbbc1b09ed778f3b7b0c44285c082a3ac037d30fc354821
|
File details
Details for the file ngits_iot_db-0.7.0-py3-none-any.whl.
File metadata
- Download URL: ngits_iot_db-0.7.0-py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbf652a93ee0b9ec432b537b155872c718bc6b1f9e037e768e0f3b5a8515ea1e
|
|
| MD5 |
3406d1a05b3b79489406b636b55ade7d
|
|
| BLAKE2b-256 |
fdad064b01e7206870aa15e00986cd032d90003a734b3e2b8fe4c316eaf33bde
|