JSPM

@iamsquare/ra-data-xmysql

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q18717F
  • License MIT

A react-admin dataProvider for xmysql's API generator

Package Exports

  • @iamsquare/ra-data-xmysql

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iamsquare/ra-data-xmysql) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@iamsquare/ra-data-xmysql

Xmysql data provider for 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:

npm install @iamsquare/ra-data-xmysql

It can also be installed using yarn:

yarn add @iamsquare/ra-data-xmysql

Usage

First import the module in your App.js file:

import xmysqlDataProvider from 'ra-data-xmysql';

Then pass it to the Admin's dataProvider prop:

<Admin dataProvider={xmysqlDataProvider('http://my.api.url/api')} ...>

License

This module is licensed under the MIT Licence.