👽 🎉 📝 add data storage page
This commit is contained in:
parent
6de7721e46
commit
eb2d6cbce8
1 changed files with 6 additions and 0 deletions
6
data_storage.md
Normal file
6
data_storage.md
Normal 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue