# Functions
NewRepository returns a new instance of Repository.
NewRepositoryQuery returns a new instance of RepositoryQuery.
NewRepositoryResultSet creates a new result set for rows of the type Repository.
NewRepositoryStore creates a new instance of RepositoryStore using a SQL database.
NewURL returns a new instance of URL.
NewURLQuery returns a new instance of URLQuery.
NewURLResultSet creates a new result set for rows of the type URL.
NewURLStore creates a new instance of URLStore using a SQL database.
# Variables
No description provided by the author
# Structs
No description provided by the author
RepositoryQuery is the object used to create queries for the Repository entity.
RepositoryResultSet is the set of results returned by a query to the database.
RepositoryStore is the entity to access the records of the type Repository in the database.
No description provided by the author
URLQuery is the object used to create queries for the URL entity.
URLResultSet is the set of results returned by a query to the database.
URLStore is the entity to access the records of the type URL in the database.