Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

codelaor/snapdiff

Repository files navigation

SnapDiff

Quickly snapshot and diff database tables.

WARNING: This application is currently in pre-release state.

Limitations

  • Snapshot size is currently limited to 1000 rows. Tables of greater sizes cannot currently be snapshotted or diffed. See issue #8.
  • Please Note: SnapDiff is not a production database support tool but an application development utility. Snapshotting takes place while the database is live and recieving concurrent updates and for this reason cannot be relied upon in a multi-user environment.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

About

Quickly snapshot and diff database tables

Resources

Stars

Watchers

Forks

Packages

No packages published