Expand description
§RSQL Driver
The RSQL driver library provides interfaces for connecting to different data sources and executing SQL queries.
Structs§
- Cached
Metadata Connection - Catalog
- Catalogs contains the schemas in a data source.
- Column
- Column contains the definition for a column in a table.
- Driver
Manager - Manages available drivers
- Index
- Index contains the definition for an index on a table.
- Limit
Query Result - Query result with a limit
- Memory
Query Result - In-memory query result
- Metadata
- Metadata contains the catalog, schema, table, column, and index definitions for a data source.
- Mock
Connection - Connection to a database
- Mock
Driver - 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§
Traits§
- Connection
- Connection to a database
- Driver
- The
Driver
trait defines the interface for connecting to different data sources and executing SQL queries. - Query
Result - Results from a query
- UrlExtension