Refactor DAL capabilities into operations and properties

This commit is contained in:
Tomaž Jerman
2022-08-02 12:57:22 +02:00
parent 452fd1ca9d
commit 9e1375e99a
75 changed files with 1129 additions and 1401 deletions
@@ -5,7 +5,6 @@ package rdbms
import (
"time"
"github.com/cortezaproject/corteza-server/pkg/expr"
"github.com/cortezaproject/corteza-server/pkg/geolocation"
{{- range $path, $alias := .imports }}
{{ $alias }} {{ printf "%q" $path }}
{{- end }}