https://github.com/msmesnik/adbm-mongodb
mongoDB adapter for adbm database migration tool
https://github.com/msmesnik/adbm-mongodb
Last synced: over 1 year ago
JSON representation
mongoDB adapter for adbm database migration tool
- Host: GitHub
- URL: https://github.com/msmesnik/adbm-mongodb
- Owner: msmesnik
- License: mit
- Created: 2017-04-24T14:21:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T23:34:16.000Z (over 3 years ago)
- Last Synced: 2025-03-13T09:57:38.379Z (over 1 year ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# adbm-mongodb
mongoDB adapter for [adbm](https://github.com/daerion/adbm) database migration tool.
## Installation
```
yarn add adbm-mongodb
```
## Testing
Tests must be able to connect to a mongodb database. You can either provide a full mongodb URI via the `DB_URI` environment variable or use the `docker:db` npm script to spin up a docker container called `adbm_dev_db` which will provide a mongodb 4.0 server. Afterwards simply run:
```
yarn run test
```
## Author
[Michael Smesnik](https://github.com/daerion) at [crystallize](https://crystallize.com)
## License
MIT