An open API service indexing awesome lists of open source software.

https://github.com/vazra/react-ts-rxdb-bootstrap-table

Demo of React Application written in Typescript, using RxDB (IndexedDB, Memory, WebSQL) as database. Used Bootstrap-table2 to show db data.
https://github.com/vazra/react-ts-rxdb-bootstrap-table

client-database indexeddb react react-bootstrap-table-2 rxdb websql

Last synced: about 1 year ago
JSON representation

Demo of React Application written in Typescript, using RxDB (IndexedDB, Memory, WebSQL) as database. Used Bootstrap-table2 to show db data.

Awesome Lists containing this project

README

          

# Typescript React RxDB BootstrapTable2 Demo

![Build](https://github.com/vazra/example-react-ts-rxdb-bootstrap-table2/workflows/Build/badge.svg)

A basic implemetionat of RxDB in React

this example is created with an intention to tryout some features of RxDB and view realtime performance of the client side local database with RxDB.

view live demo [here](https://vazra.github.io/react-ts-rxdb-bootstrap-table/)

## Features

- Add (N number of) dummy data to the RxDB database
- Read from database and display in paginated table.
- log the time taken for each query to the database
- use multiple database adapters eg: IndexedDB, In Memmory, WebSQL etc.
- Delete databases and change the adapters dynamically
- The table is implemented with [react-bootstrap-table2](https://react-bootstrap-table.github.io/react-bootstrap-table2/) with pagination support
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).


A similar demo using react, electron and native databases is availabe at [vazra/electron-react-ts-rxdb-realm-sqlite](https://github.com/vazra/electron-react-ts-rxdb-realm-sqlite)