CarConnectivity plugin for storing data to Databases
Project description
CarConnectivity Plugin for Database storage
CarConnectivity is a python API to connect to various car services. If you want to store the data collected from your vehicle to a relational database (e.g. MySQL, PostgreSQL, or SQLite) this plugin will help you.
Install using PIP
If you want to use the CarConnectivity Plugin for Databases, the easiest way is to obtain it from PyPI. Just install it using:
pip3 install carconnectivity-plugin-database
after you installed CarConnectivity
Configuration
In your carconnectivity.json configuration add a section for the database plugin like this. A documentation of all possible config options can be found here.
{
"carConnectivity": {
"connectors": [
...
]
"plugins": [
{
"type": "database",
"config": {
"db_url": "sqlite:///carconnectivity.db"
}
}
]
}
}
Updates
If you want to update, the easiest way is:
pip3 install carconnectivity-plugin-database --upgrade
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 carconnectivity_database_by_m7xlab-1.0.0.tar.gz.
File metadata
- Download URL: carconnectivity_database_by_m7xlab-1.0.0.tar.gz
- Upload date:
- Size: 46.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d24e51298e41f48092839007181a8375fd35446b90d142356fc623287fe1b6a2
|
|
| MD5 |
56368b7dee5e1a83e0bb69d2675e1cad
|
|
| BLAKE2b-256 |
46ece9c6ac62e9d497f8064af4ba14164569ae61aef5b34999a00c2d54ebd51e
|
File details
Details for the file carconnectivity_database_by_m7xlab-1.0.0-py3-none-any.whl.
File metadata
- Download URL: carconnectivity_database_by_m7xlab-1.0.0-py3-none-any.whl
- Upload date:
- Size: 67.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af000df0572803a4ce0a713d85c453bfce8f1f16e05f8f49d33d04cc9920c10d
|
|
| MD5 |
f7ff5ae0f40abd651d0ab4166a7c50bc
|
|
| BLAKE2b-256 |
7757915af700e4150879db2f8f7547b704dbf6ecced561c02f4fd56e803f67d0
|