package
Version:
v0.1.7
Opens a new window with list of versions in this module.
Published: Feb 3, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package parser provides functions to load and parse SQLite schemas
FromDB extracts the schema from an open database connection
FromSQL parses SQL by executing it against an in-memory SQLite database
func SetBaseFS(fsys fs.FS)
SetBaseFS sets the base filesystem for reading schema files.
Use an embed.FS to read from embedded files.
Pass nil to revert to the OS filesystem.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.