6 lines
229 B
Markdown
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).
|