Expand description
Shared types for SQLite tools
Structs§
- Column
Definition - Column definition for table creation and schema introspection
- Database
Info - Database metadata and statistics
- Query
Result - Result of a query execution
- Table
Info - Information about a table
Enums§
- Schema
Format - Export format for schema operations
- Verbosity
- Verbosity level for describe operations
Functions§
- json_
to_ sql - Convert a JSON value to a rusqlite-compatible SQL parameter.