package
1.6.7
Repository: https://github.com/proxeusapp/proxeus-core.git
Documentation: pkg.go.dev

# Functions

NotFound returns whether an error in the used db engine is of type not found.
OpenDatabase returns a handle to the respective database chosen by the engine specified.
OpenMongo connects to the database using the specified URI and database name and returns a handle for accessing it.
OpenStorm opens a connection to the Storm database at the location specified by its path and returns a handle.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

DB represents common set of the db API.
Query allows to operate searches.