package
0.2.0
Repository: https://github.com/ng-vu/sqlgen.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Errorf ...
Now ...
NowP ...
Ternary ...
No description provided by the author

# Variables

Errors.
Errors.

# Structs

Array ...
No description provided by the author
JSON ...
Map ...
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

QueryInterface ...
DBInterface ...
IFind ...
IGet ...
IInsert ...
IJoin ...
No description provided by the author
IScan ...
IScanRow ...
ISelect ...
ITableName ...
IUpdate ...
Query ...
No description provided by the author

# Type aliases

Bool handles null as false.
Error ...
Float is alias to Float64.
Float32 handles null as 0.
Float64 handles null as 0.
Int handles null as 0 and stores 0 as is.
Int16 ...
Int32 ...
Int64 handles null as 0 but stores 0 as null.
Int8 ...
InvalidArgumentError ...
JoinType ...
String handles null as empty string.
Time ...
Uint handles null as 0 and stores 0 as is.
Uint16 ...
Uint32 ...
Uint64 handles null as 0 but stores 0 as null.
Uint8 ...