Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marmelab/ra-sqlite-dataprovider
POC of a dataprovider using a sqlite database hosted on a static server
https://github.com/marmelab/ra-sqlite-dataprovider
dataprovider react-admin sqlite
Last synced: 4 days ago
JSON representation
POC of a dataprovider using a sqlite database hosted on a static server
- Host: GitHub
- URL: https://github.com/marmelab/ra-sqlite-dataprovider
- Owner: marmelab
- License: mit
- Created: 2021-05-19T10:20:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T16:06:30.000Z (over 1 year ago)
- Last Synced: 2024-11-04T19:42:20.805Z (9 days ago)
- Topics: dataprovider, react-admin, sqlite
- Language: JavaScript
- Homepage: https://marmelab.com/ra-sqlite-dataprovider
- Size: 4.67 MB
- Stars: 18
- Watchers: 13
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-admin SQLite Data Provider
![GitHub top language](https://img.shields.io/github/languages/top/marmelab/ra-sqlite-dataprovider.svg) ![foss-starter-kit.svg](https://img.shields.io/github/license/marmelab/ra-sqlite-dataprovider.svg)
Following the very motivating blog post of phiresky ["Hosting SQLite databases on Github Pages"](https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/), here is a POC to generate a react-admin administration not relying on an API but directly on a SQLite database hosted on a static server (in this case the Github pages server).
This repository illustrates the blog post "[Using An SQLite Database Live In React-Admin](https://marmelab.com/blog/2021/10/14/using-an-sqlite-database-live-in-react-admin.html)".
## Installation
```bash
make install
```## Usage
```bash
make start
```## Maintainer
[![alexisjanvier](https://avatars1.githubusercontent.com/u/547706?s=96&v=4)](https://github.com/alexisjanvier)
[Alexis Janvier](https://github.com/alexisjanvier)## License
ra-sqlite-dataprovider is licensed under the [MIT License](LICENSE), courtesy of [Marmelab](http://marmelab.com).