ddcp 0.2.4

Distributed decentralized database-to-database copy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@vlcn.io/py-correctness",
  "version": "0.13.0-next.0",
  "private": true,
  "description": "CR-SQLite loadable extension",
  "homepage": "https://vlcn.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/vlcn-io/cr-sqlite"
  },
  "scripts": {
    "test": "export PYTHONPATH=./src && pytest"
  }
}