Home
Hexavara Tech
Search
Configure Global Search
Log In
Transactions
Read
Change Details
Change Details
Old
New
Diff
**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) ```
**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) ```
**
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) ```
Continue