Phriction Knowledge Center - Hexavara Technology Crema Framework Crema Query Language : Getting Started Read
Read
Read
Read Record
Standard read query
SELECT * FROM users
translated using Crema QL
tableName = "users" q := crema.Select().All().From(tableName)
to execute the query
crema.ExecuteQuery(q.QueryString)
Tags
None
Subscribers
None
- Last Author
- • galang
- Last Edited
- Oct 15 2019, 2:45 PM