# README
go-db3
Libraries for managing SQLite databases in GO
Features:
- retrieving schema in existing databases
- validating scanned schema for table presense, fields, and (to some extent) field types
- convenience routines for creating new schema
Warning: unstable API, WIP
Documentation
Automatically generated documentation for the package can be viewed online here: http://pkg.go.dev/github.com/adnsv/go-db3