Page MenuHomeHexavara Tech

Read
Updated 1,677 Days AgoPublic

Version 1 of 2: You are viewing an older version of this document, as it appeared on Oct 15 2019, 2:44 PM.

2, 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)
Last Author
galang
Last Edited
Oct 15 2019, 2:44 PM

Event Timeline

galang edited the content of this document. (Show Details)Oct 15 2019, 2:44 PM
galang created this object.