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

229 B

Data Storeage

Databases

  • SQLite (RDMS)
  • PostgreSQL (RDMS) managed with pgAdmin (admin tool) or psql (CLI tool). Use psycopg2 (python API).