👽 🎉 📝 add data storage page

This commit is contained in:
dannydannydanny 2022-02-02 13:56:36 +01:00 committed by GitHub
parent 6de7721e46
commit eb2d6cbce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
data_storage.md Normal file
View file

@ -0,0 +1,6 @@
# 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).