UNPKG

3.67 kBMarkdownView Raw
1<p align="center">
2 <img src="internal/banner/Banner.png" width="400" max-width="90%" alt="Dynamoose" />
3</p>
4
5<p align="center">
6 <a href="https://www.npmjs.com/package/dynamoose">
7 <img src="https://img.shields.io/npm/v/dynamoose" alt="npm">
8 </a>
9 <a href="https://github.com/dynamoose/dynamoose/blob/master/LICENSE">
10 <img src="https://img.shields.io/github/license/dynamoose/dynamoose" alt="License">
11 </a>
12 <a href="https://www.npmjs.com/package/dynamoose">
13 <img src="https://img.shields.io/npm/dw/dynamoose" alt="npm Downloads">
14 </a>
15 <a href="https://github.com/dynamoose/dynamoose/blob/master/SPONSOR.md">
16 <img src="https://img.shields.io/badge/sponsor-Dynamoose-brightgreen" alt="Sponsor Dynamoose">
17 </a>
18 <a href="https://github.com/dynamoose/dynamoose/actions">
19 <img src="https://github.com/dynamoose/dynamoose/workflows/CI/badge.svg" alt="CI">
20 </a>
21 <a href="https://coveralls.io/github/dynamoose/dynamoose?branch=master">
22 <img src="https://coveralls.io/repos/github/dynamoose/dynamoose/badge.svg?branch=master" alt="Coverage Status">
23 </a>
24 <a href="https://vercel.com?utc_source=dynamoose">
25 <img src="https://img.shields.io/badge/Website%20Previews-by%20Vercel-black" alt="Website Previews by Vercel">
26 </a>
27 <a href="https://join.slack.com/t/dynamoose/shared_invite/enQtODM4OTI0MTc1NDc3LWI3MmNhMThmNmJmZDk5MmUxOTZmMGEwNGQzNTRkMjhjZGJlNGM5M2JmZjMzMzlkODRhMGY3MTQ5YjQ2Nzg3YTY">
28 <img src="https://img.shields.io/badge/chat-on%20slack-informational.svg" alt="Slack Chat">
29 </a>
30 <a href="https://charlie.fish/contact">
31 <img src="https://img.shields.io/badge/contact-me-blue" alt="Contact">
32 </a>
33 <a href="https://twitter.com/DynamooseJS">
34 <img src="https://img.shields.io/twitter/follow/dynamoosejs?style=social" alt="Twitter">
35 </a>
36</p>
37
38---
39
40Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by [Mongoose](https://mongoosejs.com/)).
41
42### Dynamoose is Sponsored by Dynobase
43
44Dynobase helps you accelerate your DynamoDB workflow with code generation, faster data exploration, bookmarks and more: [https://dynobase.dev/](https://dynobase.dev/?ref=dynamoose)
45
46### Getting Started
47
48Take a look at our [website](https://dynamoosejs.com) for information about how to get started.
49
50### Resources
51
52#### General
53
54- [Website](https://dynamoosejs.com)
55- [Sponsor](SPONSOR.md)
56- [Contributing Guide](CONTRIBUTING.md)
57- [Code of Conduct](CODE_OF_CONDUCT.md)
58- [Changelog](CHANGELOG.md)
59- [License](LICENSE)
60
61#### Social
62
63- [Slack](https://join.slack.com/t/dynamoose/shared_invite/enQtODM4OTI0MTc1NDc3LWI3MmNhMThmNmJmZDk5MmUxOTZmMGEwNGQzNTRkMjhjZGJlNGM5M2JmZjMzMzlkODRhMGY3MTQ5YjQ2Nzg3YTY)
64- [Twitter](https://twitter.com/DynamooseJS)
65
66### Branch Strategy
67
68Below you will find the current branch strategy for the project. Work taking place on the branches listed below might be further ahead than the versions on NPM. All documentation links found below will also be reflective of the published version on NPM. If you would like to live dangerously and run non-released versions, you can run `npm install dynamoose/dynamoose#BRANCH` (replacing `BRANCH` with the branch listed below). You will also find the most up-to-date documentation in the `docs` folder of the branch.
69
70| Branch | Version | NPM Tag | Links |
71| --- | --- | --- | --- |
72| [`v3`](https://github.com/dynamoose/dynamoose/tree/v3) | 3.0.0 | | - [Documentation](https://dynamoose-git-v3-dynamoose.vercel.app/) |
73| [`master`](https://github.com/dynamoose/dynamoose/tree/master) | 2.7.x | | - [Documentation](https://dynamoose.now.sh/) |
74| [`v2.7.1` (tag)](https://github.com/dynamoose/dynamoose/tree/v2.7.1) | 2.7.1 | latest | - [Documentation](https://dynamoosejs.com)
75
76
77