methodology/data_storage.md
2022-02-02 13:56:36 +01:00

6 lines
229 B
Markdown

# Data Storeage
## Databases
* [SQLite](https://docs.python.org/3/library/sqlite3.html) (RDMS)
* [PostgreSQL](https://www.postgresql.org/) (RDMS) managed with pgAdmin (admin tool) or psql (CLI tool). Use psycopg2 (python API).