methodology/data_storage.md

294 B

Data Storeage

Passwords and credentials. Use KeePass-based password managers.

Databases

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