Module sqlite

Module sqlite 

Expand description

This module handles discovery of a schema from an SQLite database. Note that only the types specified by official SQLite documentation are discovered.

Modules§

def
discovery
probe
query

Structs§

Sqlite

Enums§

SqliteDiscoveryError
All the errors that can be encountered when using this module

Type Aliases§

DiscoveryResult
This type simplifies error handling