Unit 5b: Databases and Datastores
Last updated
Was this helpful?
Last updated
Was this helpful?
This unit provides optional reference material for students interested in exploring alternative, more advanced data storage solutions, including relational databases. :smiley_cat:
Google Sheets:
Relational Databases (SQL):
(for SQLite databases)
(for PostgreSQL databases)
(for MySQL databases)
(an ORM for various relational databases)
(for Google BigQuery)
Document-object Storage ("No SQL"):
(for MongoDB databases)
Database Exercise - follow the sqlite module notes to connect to and query an example SQLite database!