A command line tool to help you get your node database tools up and running! In version 1.0 and higher, you no longer have to use flags! You can just start the command line tool by running dbconfig
and it will ask you all the questions you need!
- KnexJS (Uses KnexJS)
- MongoDB (Uses MongooseJS)
If you're on a Mac/Linux:
sudo npm install -g dbconfig
If you're on Windows:
npm install -g dbconfig
dbconfig
Yes, that's it!
- Project Name: (String)
- Database Type: (Choice)
- Database Name: (String)
This project is open source and pull requests are welcome!
If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.
You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it.
MIT