UNPKG

1.12 kBMarkdownView Raw
1# Alinex Data Store
2
3The data store is NodeJS module, which helps to work with complex structured data like configurations or data structures. It allows you to read, work and write in different formats and therefore also to transform between them.
4
5## Documentation
6
7Find a complete manual under [alinex.gitlab.io/node-datastore](https://alinex.gitlab.io/node-datastore).
8
9If you want to have an offline access to the documentation, feel free to download the [PDF Documentation](https://alinex.gitlab.io/node-datastore/datastore-book.pdf).
10
11## License
12
13(C) Copyright 2019 Alexander Schilling
14
15Licensed under the Apache License, Version 2.0 (the "License");
16you may not use this file except in compliance with the License.
17You may obtain a copy of the License at
18
19> <https://www.apache.org/licenses/LICENSE-2.0>
20
21Unless required by applicable law or agreed to in writing, software
22distributed under the License is distributed on an "AS IS" BASIS,
23WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24See the License for the specific language governing permissions and
25limitations under the License.