Crate rsql_driver

Source
Expand description

§RSQL Driver

The RSQL driver is a library that provides a common interface for connecting to different data sources.

Structs§

CachedMetadataConnection
Column
Index
LimitQueryResult
Query result with a limit
MemoryQueryResult
In-memory query result
Metadata
MockConnection
Connection to a database
MockDriver
Schema
Table

Enums§

Error
StatementMetadata
Value

Traits§

Connection
Connection to a database
Driver
QueryResult
Results from a query
UrlExtension

Type Aliases§

Result
Row
A single row of a query result