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: 9 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T16:06:30.000Z (over 2 years ago)
- Last Synced: 2025-04-21T06:08:53.268Z (9 months ago)
- Topics: dataprovider, react-admin, sqlite
- Language: JavaScript
- Homepage: https://marmelab.com/ra-sqlite-dataprovider
- Size: 4.67 MB
- Stars: 18
- Watchers: 11
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-admin SQLite Data Provider
 
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
[](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).