You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, when I work within Regent, I should be able to use models to abstract away the low-level behavior of the QueryBuilder and Record objects. Instead, I should be able to use a facade object that is intuitive for developers, but does not require a strong understanding of SQL or how it works. Whether this model supports the Repository Pattern is not yet decided.
The text was updated successfully, but these errors were encountered:
Description
As a user, when I work within Regent, I should be able to use models to abstract away the low-level behavior of the
QueryBuilder
andRecord
objects. Instead, I should be able to use a facade object that is intuitive for developers, but does not require a strong understanding of SQL or how it works. Whether this model supports the Repository Pattern is not yet decided.The text was updated successfully, but these errors were encountered: