-
Notifications
You must be signed in to change notification settings - Fork 3
Home
David Lidström edited this page Nov 11, 2017
·
15 revisions
Welcome to the camlsql-js wiki!
- Prepare your query - Create a new camlsql-js object
- Check out the syntax of the SQL Query - it should feel familiar
- Read about Parameter Types to learn about different field types
- Execute the query using exec
- Check all the Examples and the SQL Test Queries to learn more
- See Parameter Types for parameter type methods available
- camlsql.prepare method - to prepare your query. Returns a CamlSqlQuery object
- camlsql.encode method - to encode a field name
- QuerySchema - How the camlsql corresponds to the QuerySchema