Socket
Socket
Sign inDemoInstall

@voltiso/transactor

Package Overview
Dependencies
19
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @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


Version published
Weekly downloads
6
increased by20%
Maintainers
1
Created
Weekly downloads
ย 

Readme

Source

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

FAQs

Last updated on 24 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc