@bigbinary/neeto-database-viewer
v1.0.16
Published
Common component used by [neeto-course-web](https://github.com/bigbinary/neeto-course-web) and [neeto-course-site](https://github.com/bigbinary/neeto-course-site) for viewing sqlite databases and running queries on them. Powered by [sql.js](https://sql.js
Downloads
390
Readme
Neeto Database Viewer
Common component used by neeto-course-web and neeto-course-site for viewing sqlite databases and running queries on them. Powered by sql.js
Usage
<DatabaseViewer
dbBinaryContent={dbBinaryContent}
/>
[!NOTE] Please check and install the required peer dependencies
Props:
Development setup
Example app is created with vite. Simply run
yarn dev