Documentation
¶
Overview ¶
Package builtin registers all built-in database engines.
Import this package to register the SQLite, Turso, PostgreSQL, MySQL, and DuckDB engines:
import _ "github.com/electwix/db-catalyst/internal/engine/builtin"
This will make the engines available via engine.New().
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAll ¶
func RegisterAll()
RegisterAll registers all built-in database engines. This is called automatically on package import, but can also be called manually for testing or custom initialization.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.