Module backend

Module backend 

Source
Expand description

Storage backends supported by askar

Modules§

postgrespostgres
Postgres database support
sqlitesqlite
Sqlite database support

Enums§

OrderBy
Enum to support custom ordering in record queries

Traits§

Backend
Represents a generic backend implementation
BackendSession
Query from a generic backend implementation
ManageBackend
Create, open, or remove a generic backend implementation

Functions§

copy_profile
Insert all records from a given profile
copy_store
Export an entire Store to another location