ngnx-data-proxy-database
v1.0.8
Published
A base class for persisting data to a database. This supports file system data stores as well, but is restricted to Node.js (backend) use. This will not work in a browser.
Downloads
4
Readme
NGNX.DATA.DatabaseProxy
npm i ngnx-data-proxy-database
This class should not be used directly. It is designed to be extended by more specific database topologies, such as MongoDB, SQL Server, Postgres, or the JsonFileProxy.