Crate rsql_driver

Source
Expand description

§RSQL Driver

The RSQL driver library provides interfaces for connecting to different data sources and executing SQL queries.

Structs§

CachedMetadataConnection
Catalog
Catalogs contains the schemas in a data source.
Column
Column contains the definition for a column in a table.
DriverManager
Manages available drivers
Index
Index contains the definition for an index on a table.
LimitQueryResult
Query result with a limit
MemoryQueryResult
In-memory query result
Metadata
Metadata contains the catalog, schema, table, column, and index definitions for a data source.
MockConnection
Connection to a database
MockDriver
The Driver trait defines the interface for connecting to different data sources and executing SQL queries.
Schema
Schema contains the table, column, and index definitions for a schema in a data source.
Table
Table contains the column and index definitions for a table in a schema.

Enums§

Error
StatementMetadata
Value

Traits§

Connection
Connection to a database
Driver
The Driver trait defines the interface for connecting to different data sources and executing SQL queries.
QueryResult
Results from a query
UrlExtension

Type Aliases§

Result
Row
A single row of a query result