Categorygithub.com/lovego/bsql
modulepackage
0.1.9
Repository: https://github.com/lovego/bsql.git
Documentation: pkg.go.dev

# README

beautiful sql utils

If you don't like ORM, but need convenient utils to help you make sql, this library is for you. Now only postgresql is supported.

Build Status Coverage Status Go Report Card Documentation

Install

$ go get github.com/lovego/bsql

TODO

  1. struct embeded struct pointer支持

# Packages

No description provided by the author
No description provided by the author

# Functions

Array return data in postgres array form.
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
PatternEscape escape a string, replace '%' and '\'.
No description provided by the author
Q quote a string, removing all zero byte('\000') in it.
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
Values return the contents following the sql keyword "VALUES".
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author