package
Version:
v1.0.51
Opens a new window with list of versions in this module.
Published: Oct 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
sqlite3 language builder
TODO
This package is part of a wider project, github.com/mutablelogic/go-sqlite
.
Please see the module documentation
for more information.
Documentation
¶
Package lang provides a statement builder for sqlite
func J(l, r SQSource) SQJoin
J defines a join between two sources
N defines a table name or column name
Q Creates a query or expression
func S(sources ...SQExpr) SQSelect
S defines a select statement
func V(v interface{}) SQExpr
V creates a value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.