sqlite-jsonschema 0.2.3

A SQLite extension for validating JSON documents
Documentation
1
2
3
4
5
6
7
8
{
  "name": "sqlite-jsonschema",
  "version": "${VERSION}",
  "github": "https://github.com/asg017/${PACKAGE_NAME}",
  "tasks": {
    "test": "deno test --unstable -A test.ts"
  }
}