https://github.com/jsreport/jsreport-embedded-store
DEPRECATED jsreport templates store
https://github.com/jsreport/jsreport-embedded-store
Last synced: 5 months ago
JSON representation
DEPRECATED jsreport templates store
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-embedded-store
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-13T16:02:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T18:21:11.000Z (over 9 years ago)
- Last Synced: 2025-01-30T02:33:20.921Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsreport-embedded-store
> **This store is DEPRECATED in favor of [jsreport-fs-store](https://github.com/jsreport/jsreport-fs-store)**
## Installation
> npm install jsreport-embedded-store
Then alter jsreport configuration
```
{
'connectionString': { 'name': 'nedb' }
}
```