Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iamsquare/ra-data-xmysql

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iamsquare/ra-data-xmysql - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

package.json
{
"name": "@iamsquare/ra-data-xmysql",
"version": "0.0.1",
"private": false,
"version": "0.0.2",
"description": "A react-admin dataProvider for xmysql's API generator",

@@ -20,2 +19,9 @@ "main": "src/index.js",

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamsquare/ra-data-xmysql"
},
"bugs": {
"url": "https://github.com/iamsquare/ra-data-xmysql/issues"
},
"dependencies": {

@@ -22,0 +28,0 @@ "axios": "^0.19.2",

33

README.md

@@ -1,1 +0,32 @@

ra-data-xmysql
# @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
<Admin dataProvider={xmysqlDataProvider('http://my.api.url/api')} ...>
```
## License
This module is licensed under the [MIT Licence](LICENSE).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc