Crate sqlite_parser

Source

Structs§

Column
Represents a column in SQLite
ForeignKey
Represents a foreign key in SQLite
Index
Represents an index in SQLite
Metadata
Table
Represents a table in SQLite

Enums§

OnUpdateAndDelete
Type
Represents a type in SQLite

Traits§

Parser
Implement this trait to parse your own types

Functions§

parse
The method to call to start parsing the SQLite file Example:
parse_no_parser
Convenience method to get the tables Example: