@voltiso/transactor
v19.0.11
Published
- ๐๏ธ NoSQL **Document Database** API - โ๏ธ Atomic **triggers** - ๐ฎ **Schema** validation using `@voltiso/schemar` - ๐ Live **auto-inferred TS** typings - ๐ฐ **ORM-free**: Document _is_ Object - ๐ฅ Currently **FireStore** backend (or `@voltiso/localstore
Downloads
107
Readme
@voltiso/transactor
- ๐๏ธ NoSQL Document Database API
- โ๏ธ Atomic triggers
- ๐ฎ Schema validation using
@voltiso/schemar
- ๐ Live auto-inferred TS typings
- ๐ฐ ORM-free: Document is Object
- ๐ฅ Currently FireStore backend (or
@voltiso/localstore
- supporting subset of Firestore and able to run in browser) - ๐ Currently server-side
Nominal type branding
By default, Transactor will brand document IDs (and some other strings) to enhance type-checking.
Disable branding globally:
declare module '@voltiso/transactor' {
export interface TransactorConfig {
disableBranding: true
}
}