methodology/data_storage.md

8 lines
294 B
Markdown

# Data Storeage
Passwords and credentials. Use KeePass-based password managers.
## 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).