sqlrite 1.0.2

RAG-oriented SQLite wrapper for AI agent workloads
Documentation
{
  "name": "@sqlrite/sdk",
  "version": "1.0.2",
  "description": "TypeScript SDK for SQLRite query and SQL APIs",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test tests/integration.test.mjs",
    "pack:local": "npm pack"
  },
  "devDependencies": {
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18"
  },
  "license": "MIT"
}