sync-sqlite3

0.0.1 • Public • Published

sync-sqlite3

Diff-based sync schema and data between two sqlite databases

npm Package Version

Introduction

This library provides a set of functions for managing SQLite schemas, including comparing, creating, updating, and deleting tables and indexes. It also includes a function for generating a diff between two schema versions, which can be used to incrementally backup a database over the network.

Project Status

Work in progress and experimental.

License

This project is licensed with BSD-2-Clause

This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:

  • The freedom to run the program as you wish, for any purpose
  • The freedom to study how the program works, and change it so it does your computing as you wish
  • The freedom to redistribute copies so you can help others
  • The freedom to distribute copies of your modified versions to others

Package Sidebar

Install

npm i sync-sqlite3

Weekly Downloads

9

Version

0.0.1

License

BSD-2-Clause

Unpacked Size

7.68 kB

Total Files

6

Last publish

Collaborators

  • beenotung