xavierlacot / joli.js

joli.js is an Activerecord-like javascript ORM, particularly suited for being used in the Appcelerator Titanium Mobile framework.
MIT License
267 stars 60 forks source link

Limit & Offset #28

Open loganbest opened 12 years ago

loganbest commented 12 years ago

Is there any planned support for Limit & Offset queries?

easy-dev commented 12 years ago

Limit is already supported. new joli.query().select('*').from( ).limit(3).execute();