Crate rsql_drivers
Source - 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.
- Error
- StatementMetadata
- Value
- 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
- Result
- Row
- A single row of a query result