Skip to content
/ sq Public
forked from Masterminds/squirrel

Minimal fluent SQL query builder in Go.

License

Notifications You must be signed in to change notification settings

tnychn/sq

 
 

Repository files navigation

sq is a fork of squirrel, tuned according to my favour.

The original code belongs to The Masterminds. See LICENSE.txt.

Changes

  • renamed method: ToSql -> ToSQL
  • renamed package: squirrel -> sq
  • removed all Runner methods, e.g. Exec, Query, Scan etc
  • formatted some comments

Languages

  • Go 100.0%