Git Product home page Git Product logo

vazra / react-ts-rxdb-bootstrap-table Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 1.0 6.37 MB

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

Home Page: https://vazra.github.io/react-ts-rxdb-bootstrap-table/

License: MIT License

HTML 5.77% CSS 3.12% TypeScript 91.11%
rxdb react react-bootstrap-table-2 indexeddb websql client-database

react-ts-rxdb-bootstrap-table's Introduction

Typescript React RxDB BootstrapTable2 Demo

Build

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

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 with pagination support
  • This project was bootstrapped with Create React App.

A similar demo using react, electron and native databases is availabe at vazra/electron-react-ts-rxdb-realm-sqlite

react-ts-rxdb-bootstrap-table's People

Contributors

dependabot[bot] avatar renovate-bot avatar vazra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ezzaouia

react-ts-rxdb-bootstrap-table's Issues

add SQL.js support

sql.js is a port of SQLite to Webassembly, by compiling the SQLite C code with Emscripten, with contributed math and string extension functions included. It uses a virtual database file stored in memory, and thus doesn't persist the changes made to the database. However, it allows you to import any existing sqlite file, and to export the created database as a JavaScript typed array.

Sql.js predates WebAssembly, and thus started as an asm.js project. It still supports asm.js for backwards compatibility.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.