@voltiso/transactor
TypeScript icon, indicating that this package has built-in type declarations

19.0.11ย โ€ขย Publicย โ€ขย Published

@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
	}
}

Readme

Keywords

none

Package Sidebar

Install

npm i @voltiso/transactor

Weekly Downloads

2

Version

19.0.11

License

MIT

Unpacked Size

1.33 MB

Total Files

1435

Last publish

Collaborators

  • atablash