Namespace that represents the kinds of entities managed by @truffle/db
A number of the types defined by this namespace are useful when working
with @truffle/db programmatically in TypeScript projects. In particular,
see [[Resource]], [[Input]], and [[IdObject]].
Namespace that represents the kinds of entities managed by @truffle/db
A number of the types defined by this namespace are useful when working with @truffle/db programmatically in TypeScript projects. In particular, see [[Resource]], [[Input]], and [[IdObject]].
Example
Using helper types to save and retrieve a source:
See also [[connect]], [[Process.Run.forDb]], and [[Process.resources]].