Skip to main content

ds

ds : cs.DataStore

ParameterTypeDescription
Resultcs.DataStore<-Reference to the datastore

Description

The ds command returns a reference to the datastore matching the current Qodly database.

The datastore is opened automatically and available directly through ds.

Example

Using the datastore on the Qodly database:

 result = ds.Employee.query("firstName = :1","S@")