package
0.0.0-20250102232754-81df04754cde
Repository: https://github.com/gmazoyer/peeringdb-sync.git
Documentation: pkg.go.dev

# Functions

ClearDatabase removes all data from the SQLite database keeping the schema.
CreateDatabase creates a new SQLite database file, removing the existing file if needed.
CreateDatabaseSchema creates the given schema in the SQLite database.
DeleteDatabase deletes the given SQLite database file.
GetDatabaseConnection returns a connection to the SQLite database.
No description provided by the author

# Structs

Column represents a single column in a table schema.
Schema represents a schema of a database.
Synchronization is a structure holding pointers to the PeeringDB API and database being used.
Table represents a schema of a table.