[−][src]Crate sqlite_parser
Structs
| Column | Represents a column in SQLite |
| ForeignKey | Represents a foreign key in SQLite |
| Metadata | |
| Table | Represents a table in SQLite |
Enums
| 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: |