jaypipes / sqlb

A library for efficiently generating SQL expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for LIMIT clause

jaypipes opened this issue · comments

We need support for the LIMIT clause so users can do:

users := meta.Table("users")

sel := sqlb.Select(users).Limit(10)