Page MenuHomeHexavara Tech

Read
Updated 1,654 Days AgoPublic

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:45 PM

Event Timeline

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