React + Blueprint component to browse a SQLite database exposed by the sqlite3-viewer-backend Fastify plugin.
The fastest and simplest library for SQLite in Node.js.
Asynchronous, non-blocking SQLite3 bindings
TypeScript definitions for better-sqlite3
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
Prisma's driver adapter for better-sqlite3, a fast SQLite3 driver for JavaScript runtimes
Asynchronous, non-blocking SQLite3 bindings
Continuation of a simple and beautiful text diff viewer component made with diff and React
A library to create a trace of your node app per Google's Trace Event format.
better-sqlite3 with multiple-cipher encryption support
View your Tailwind CSS config file...visually!
Debugger frontend for React Native based on Chrome DevTools
Asynchronous, non-blocking SQLite3 bindings. Modern rewrite of TryGhost/node-sqlite3
WebAssembly port of SQLite3 for Node.js with file system access
Easily display interactive 3D models on the web and in AR!
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
Angular 5+ component for rendering PDF
parses xunit xml into xunit viewer
SQLite Wasm conveniently wrapped as an ES Module.
React component for embedding PDF documents
A JavaScript library to display 360° panoramas
node-sqlite3-compatible API for libSQL
Asynchronous, non-blocking SQLite3 bindings
Create and modify PDF files with JavaScript
== DESCRIPTION: rutemaweb is the web frontend for rutema. It can be used as a viewer for database files created with the rutema ActiveRecord reporter. It also provides you with some basic statistics about the tests in your database in the form of diagrams of debatable aesthetics but undoubtable value! == FEATURES/PROBLEMS: == SYNOPSIS: rutemaweb [results.db] and browse to http://localhost:7000 for the glorious view == REQUIREMENTS: * patir (http://patir.rubyforge.org) * activerecord (http://ar.rubyonrails.com/) * sqlite3 (http://rubyforge.org/projects/sqlite-ruby/) * ramaze (http://www.ramaze.net/) * ruport (http://rubyreports.org/) * acts_as_reportable * erubis * gruff/RMagick (optional, but needed if you want to see the statistics graphs)
== DESCRIPTION: rutema_web is the web frontend for rutema. It can be used as a viewer for database files created with the rutema ActiveRecord reporter. It also provides you with some basic statistics about the tests in your database in the form of diagrams of debatable aesthetics but undoubtable value! == SYNOPSIS: rutema_web config.yaml and browse to http://localhost:7000 for the glorious view Here is a sample of the configuration YAML: --- :db: :adapter: sqlite3 :database: rutema_test.db :settings: :page_size: 10 :last_n_runs: 20 :port: 7000 :show_setup_teardown: true The :db: section should be the activerecord adapter configuration. The :settings: section controls the behaviour of the web app.