Querying via an SQLite Client

Querying the data using SQL

The mbpy import command extracts the data from APIs, and puts it into an SQLite database.

This database is located inside the mbpy/data folder. Thus, you can use any database client to navigate the table structures, or execute select statements, joins, etc.

This is an example of using a database client to look for students with a particular domain name:

Last updated