package
0.0.0-20211015205346-fad6b96d1031
Repository: https://github.com/gdey/sqlite-migration.git
Documentation: pkg.go.dev

# Packages

Package sqlite provides the schema interface for an SQLite database.

# Structs

No description provided by the author
NullDatabase can be embedded into another Struct to get some basic functions to satisfy the Database interface.
No description provided by the author
No description provided by the author
NullSchema can be embedded into another Struct to get some basic functions to satisfy the Schema interface.
No description provided by the author

# Interfaces

Column describes a Column in a table.
Database describes a generic database, an database provider could have additional functions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Schema contains the tables, views, triggers and indexes of the database.
No description provided by the author
Table describes a table in the database.
No description provided by the author
No description provided by the author