feat: add casandradb provider

This commit is contained in:
Lakhan Samani
2022-04-21 12:36:22 +05:30
parent 325aa88368
commit fd52d6e5d3
12 changed files with 106 additions and 65 deletions

View File

@@ -1,5 +1,7 @@
package models
// Note: any change here should be reflected in providers/casandra/provider.go as it does not have model support in collection creation
// Env model for db
type Env struct {
Key string `json:"_key,omitempty" bson:"_key,omitempty" cql:"_key,omitempty"` // for arangodb