realm-js/README.md

62 lines
3.5 KiB
Markdown
Raw Normal View History

2016-02-15 17:21:55 +00:00
![Realm](https://github.com/realm/realm-cocoa/raw/master/logo.png)
2015-08-13 17:29:37 +00:00
2016-02-15 17:21:55 +00:00
Realm is a mobile database that runs directly inside phones, tablets or wearables.
2016-02-15 18:02:57 +00:00
This repository holds the source code for Realm's JavaScript bindings for integrating with mobile apps built using React Native and Apache Cordova (PhoneGap).
2016-02-15 18:03:17 +00:00
Currently this repository only supports React Native, but will expand to other Javascript solutions soon.
2015-10-20 22:41:22 +00:00
2016-02-15 17:21:55 +00:00
## Features
2015-08-24 16:26:51 +00:00
2016-02-15 17:21:55 +00:00
* **Mobile-first:** Realm is the first database built from the ground up to run directly inside phones, tablets and wearables.
* **Simple:** Data is directly [exposed as objects](https://realm.io/docs/react-native/latest/#models) and [queryable by code](https://realm.io/docs/react-native/latest/#queries), removing the need for ORM's riddled with performance & maintenance issues.
* **Modern:** Realm supports relationships, generics,and vectorization.
* **Fast:** Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.
2015-08-13 17:29:37 +00:00
2015-11-05 01:04:35 +00:00
## Getting Started
2016-02-15 17:21:55 +00:00
Please see the detailed instructions in our docs to add [Realm React Native](https://realm.io/docs/react-native/latest/#installation)
2015-11-05 01:04:35 +00:00
2015-10-27 21:40:45 +00:00
## Documentation
2016-02-15 17:21:55 +00:00
### Realm React Native
2016-02-15 17:21:55 +00:00
The documentation can be found at [realm.io/docs/react-native/latest](https://realm.io/docs/react-native/latest).
The API reference is located at [realm.io/docs/react-native/latest/api](https://realm.io/docs/react-native/latest/api).
2016-01-04 23:58:16 +00:00
2016-02-15 17:21:55 +00:00
## Getting Help
2016-02-15 17:21:55 +00:00
- **Need help with your code?**: Look for previous questions on the [#realm tag](https://stackoverflow.com/questions/tagged/realm?sort=newest) — or [ask a new question](https://stackoverflow.com/questions/ask?tags=realm). We activtely monitor & answer questions on SO!
- **Have a bug to report?** [Open an issue](https://github.com/realm/react-native/issues/new). If possible, include the version of Realm, a full log, the Realm file, and a project that shows the issue.
- **Have a feature request?** [Open an issue](https://github.com/realm/react-native/issues/new). Tell us what the feature should do, and why you want the feature.
- Sign up for our [**Community Newsletter**](http://eepurl.com/VEKCn) to get regular tips, learn about other use-cases and get alerted of blogposts and tutorials about Realm.
2016-02-15 17:21:55 +00:00
## Building Realm
NEEDS TO BE EDITED!!
2016-02-15 17:21:55 +00:00
![TBD](http://usaction.org/wp-content/uploads/2011/11/Work_That_Needs_Doing.png)
2016-01-04 23:58:16 +00:00
2016-02-15 17:21:55 +00:00
## Conduct
This project adheres to the Contributor Covenant [code of conduct](https://realm.io/conduct/).
By participating, you are expected to uphold this code. Please report unacceptable behavior to [info[at]realm.io](mailto:info+conduct@realm.io).
2016-02-15 17:21:55 +00:00
## Contributing
2016-02-15 17:21:55 +00:00
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!
2016-02-15 17:21:55 +00:00
## License
2016-02-15 17:21:55 +00:00
Realm Objective-C & Realm Swift are published under the Apache 2.0 license.
The underlying core is available under the [Realm Core Binary License](https://github.com/realm/realm-cocoa/blob/master/LICENSE#L210-L243) while we [work to open-source it under the Apache 2.0 license](https://realm.io/docs/react-native/latest/#faq).
2015-11-05 06:37:41 +00:00
2016-02-15 17:21:55 +00:00
**This product is not being made available to any person located in Cuba, Iran,
North Korea, Sudan, Syria or the Crimea region, or to any other person that is
not eligible to receive the product under U.S. law.**
2015-11-05 06:37:41 +00:00
2016-02-15 17:21:55 +00:00
## Feedback
2015-11-05 06:37:41 +00:00
2016-02-15 17:21:55 +00:00
**_If you use Realm and are happy with it, all we ask is that you please consider sending out a tweet mentioning [@realm](https://twitter.com/realm), or email [help@realm.io](mailto:help@realm.io) about your great apps!_**
2016-02-15 17:21:55 +00:00
**_And if you don't like it, please let us know what you would like improved, so we can fix it!_**
2016-01-12 20:06:01 +00:00