# Functions
Close closes the resources used by data.
MakeMigration creates all the tables in the database.
New returns a new instance of Data with the database connection ready.
# Structs
Data manages the connection to the database.
PostRepository manages the operations with the database that correspond to the post model.
UserRepository manages the operations with the database that correspond to the user model.