Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregateRaw ¶ added in v0.7.0
func EnsureMongoDriver ¶ added in v0.7.0
Types ¶
type RawExecutor ¶ added in v0.7.0
type RawExecutor interface {
Command(Any) Map
FindRaw(string, Any, ...Map) []Map
AggregateRaw(string, Any) []Map
}
func AsRawExecutor ¶ added in v0.7.0
func AsRawExecutor(db data.DataBase) (RawExecutor, bool)
Click to show internal directories.
Click to hide internal directories.