JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 73
  • Score
    100M100P100Q80084F
  • License MIT

NeverChange is a database solution for web applications using SQLite WASM and OPFS.

Package Exports

  • neverchange

Readme

NeverChange

Project logo

NeverChange is a database solution for web applications using SQLite WASM and OPFS.

⚠Alpha Version Warning

This package is currently in alpha stage. The interface and method names may change with each update. Please use with caution.

Install

npm install neverchange

Requirements

  • Node.js (version 20 or higher recommended)
  • npm (usually comes with Node.js)

Setup

  1. Clone the repository:

    git clone https://github.com/shinshin86/neverchange.git
    cd neverchange
  2. Install dependencies:

    npm install

Available Scripts

  • npm run build: Build the project.
  • npm run dev:e2e: Start the development server for E2E tests.
  • npm run e2e: Run E2E tests using Playwright.

Main Dependencies

Development

Run E2E tests:

npm run e2e

Code Format:

npm run fmt

License

This project is released under the MIT License.