Documentation ¶
Index ¶
- func InitializeArangoDB(ctx context.Context) (arango.Database, error)
- type ArangoDB
- func (a ArangoDB) Collection(collection string) nosql.Database
- func (a ArangoDB) DeleteOne(filter ...interface{}) error
- func (a ArangoDB) FindMany(documents interface{}, filter interface{}) error
- func (a ArangoDB) FindOne(document interface{}, filter ...interface{}) (bool, error)
- func (a ArangoDB) ID(id string) nosql.Database
- func (a ArangoDB) InsertMany(documents []interface{}) ([]string, error)
- func (a ArangoDB) InsertOne(document interface{}) (id string, err error)
- func (a ArangoDB) Query(query string, bindParams map[string]interface{}) (interface{}, error)
- func (a ArangoDB) UpdateOne(document interface{}) error
- type Query
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.