Skip to content

tlksio/db

Repository files navigation

tlks.io : db

  1. Quick Start
  2. Bugs and feature requests
  3. Contributing
  4. Versioning
  5. Creators
  6. Copyright and license

tlks.io database backup / import project.

Quick Start

You need node.js installed:

$ git clone https://github.com/tlksio/db
$ cd db
$ npm install
$ # create a config.json from config.json.dist!
$ # backups a database
$ node ./backup.js
$ # imports a database
$ node ./import.js

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Documentation

Please check the whole Project Documentation repo at: tlks.io documentation

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains patches or features, you must include relevant unit tests.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, libtlks is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

Creators

Raül Pérez

Copyright and License

Code and documentation copyright 2015 tlks.io authors.

Code released under the MIT license.