Page MenuHomeHexavara Tech

Read
Updated 1,677 Days AgoPublic

Version 2 of 2: You are viewing the current published version of this document.

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.