refactor: new persistence, more SQL, less ORM

This commit is contained in:
Deluan
2020-01-28 08:22:17 -05:00
committed by Deluan Quintão
parent b26a5ef2d0
commit 71c1844bca
38 changed files with 1294 additions and 1346 deletions
-1
View File
@@ -20,7 +20,6 @@ type QueryOptions struct {
type ResourceRepository interface {
rest.Repository
rest.Persistable
}
type DataStore interface {