# WatermelonDB **Repository Path**: roytan883/WatermelonDB ## Basic Information - **Project Name**: WatermelonDB - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Build powerful React and React Native apps that scale from hundreds to tens of thousands of records and remain fast ⚡️
| | WatermelonDB | | - | ------------ | | ⚡️ | **Launch your app instantly** no matter how much data you have | | 📈 | **Highly scalable** from hundreds to tens of thousands of records | | 😎 | **Lazy loaded**. Only load data when you need it | | 🔄 | **Offline-first.** [Sync](https://nozbe.github.io/WatermelonDB/Advanced/Sync.html) with your own backend | | 📱 | **Multiplatform**. iOS, Android, web, and Node.js | | ⚛️ | **Works with React.** Easily plug data into components | | ⏱ | **Fast.** And getting faster with every release! | | ✅ | **Proven.** Powers [Nozbe Teams](https://nozbe.com/teams) since 2017 (and [many others](#who-uses-watermelondb)) | | ✨ | **Reactive.** (Optional) [RxJS](https://github.com/ReactiveX/rxjs) API | | 🔗 | **Relational.** Built on rock-solid [SQLite](https://www.sqlite.org) foundation | | ⚠️ | **Static typing** with [Flow](https://flow.org) or [TypeScript](https://typescriptlang.org) | ## Why Watermelon? **WatermelonDB** is a new way of dealing with user data in React Native and React web apps. It's optimized for building **complex applications** in React Native, and the number one goal is **real-world performance**. In simple words, _your app must launch fast_. For simple apps, using Redux or MobX with a persistence adapter is the easiest way to go. But when you start scaling to thousands or tens of thousands of database records, your app will now be slow to launch (especially on slower Android devices). Loading a full database into JavaScript is expensive! Watermelon fixes it **by being lazy**. Nothing is loaded until it's requested. And since all querying is performed directly on the rock-solid [SQLite database](https://www.sqlite.org/index.html) on a separate native thread, most queries resolve in an instant. But unlike using SQLite directly, Watermelon is **fully observable**. So whenever you change a record, all UI that depends on it will automatically re-render. For example, completing a task in a to-do app will re-render the task component, the list (to reorder), and all relevant task counters. [**Learn more**](https://www.youtube.com/watch?v=UlZ1QnFF4Cw). |📺 Next-generation React databases
(a talk about WatermelonDB)
**WatermelonDB is an open-source project and it needs your help to thrive!**
If there's a missing feature, a bug, or other improvement you'd like, we encourage you to contribute! Feel free to open an issue to get some guidance and see [Contributing guide](./CONTRIBUTING.md) for details about project setup, testing, etc.
If you're just getting started, see [good first issues](https://github.com/Nozbe/WatermelonDB/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) that are easy to contribute to. If you make a non-trivial contribution, email me, and I'll send you a nice 🍉 sticker!
If you make or are considering making an app using WatermelonDB, please let us know!
## Author and license
**WatermelonDB** was created by [@Nozbe](https://github.com/Nozbe). Main author and maintainer is [Radek Pietruszewski](https://github.com/radex).
**Contributors:** [@mobily](https://github.com/mobily), [@kokusGr](https://github.com/kokusGr), [@rozPierog](https://github.com/rozPierog), [@rkrajewski](https://github.com/rkrajewski), [@domeknn](https://github.com/domeknn), [@Tereszkiewicz](https://github.com/Tereszkiewicz) and [more](https://github.com/Nozbe/WatermelonDB/graphs/contributors).
WatermelonDB is available under the MIT license. See the [LICENSE file](./LICENSE) for more info.