stream-ops-spec Pub

listAll | new
class Employee (
name <@key>,
email,
name <@key>,
email
)

Register all classes

$when:: diesel.realm.configure
   diesel.inv.register (inventory="diesel.db.memshared"="diesel.db..., classNames="Employee"="Employee")

$when:: e.query (from, size)
   diesel.inv.listAll (className="Employee"="Employee")
   . (payload=payload[="data"])
   step => (payload = [3,4,5,6,7])


Was this useful?    

By: Razie | 2023-06-05 | Tags: spec , dsl , domain


Viewed 226 times ( | History | Print ) this page.

You need to log in to post a comment!

© Copyright DieselApps, 2012-2024, all rights reserved.