https://github.com/iamsquare/ra-data-xmysql
A react-admin dataProvider for xmysql's API generator
https://github.com/iamsquare/ra-data-xmysql
Last synced: over 1 year ago
JSON representation
A react-admin dataProvider for xmysql's API generator
- Host: GitHub
- URL: https://github.com/iamsquare/ra-data-xmysql
- Owner: iamsquare
- License: mit
- Created: 2020-04-12T00:04:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:14:26.000Z (over 3 years ago)
- Last Synced: 2024-08-11T09:49:25.628Z (almost 2 years ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @iamsquare/ra-data-xmysql
[Xmysql](https://github.com/o1lab/xmysql) data provider for [react-admin](https://github.com/marmelab/react-admin), the frontend framework for building admin applications on top of REST services.
## Installation
`ra-data-xmysql` is available from `npm`. You can install it using:
```sh
npm install @iamsquare/ra-data-xmysql
```
It can also be installed using `yarn`:
```sh
yarn add @iamsquare/ra-data-xmysql
```
## Usage
First `import` the module in your `App.js` file:
```js
import xmysqlDataProvider from 'ra-data-xmysql';
```
Then pass it to the `Admin`'s `dataProvider` prop:
```js
```
## License
This module is licensed under the [MIT Licence](LICENSE).