Skip to content
David Lidström edited this page Nov 11, 2017 · 15 revisions

Welcome to the camlsql-js wiki!

Get started

  1. Prepare your query - Create a new camlsql-js object
  2. Check out the syntax of the SQL Query - it should feel familiar
  3. Read about Parameter Types to learn about different field types
  4. Execute the query using exec
  5. Check all the Examples and the SQL Test Queries to learn more

Camlsql Methods

Learn more

  • QuerySchema - How the camlsql corresponds to the QuerySchema