package
0.18.0
Repository: https://github.com/ncruces/go-sqlite3.git
Documentation: pkg.go.dev

# README

Virtual Table utility functions

This package implements utilities mostly useful to virtual table implementations.

It also wraps a parser for the CREATE and ALTER TABLE commands, created by Marco Bambini.

# Functions

NamedArg splits an named arg into a key and value, around an equals sign.
Parse parses a [CREATE] or [ALTER TABLE] command.
Unquote unquotes a string.

# Constants

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
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
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
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
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
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Column holds metadata about a column.
No description provided by the author
Table holds metadata about a table.

# Type aliases

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