UNPKG

database.do

Version:

AI-Native Data Access SDK for seamless database operations

40 lines (39 loc) 774 B
{ "name": "database.do", "version": "0.0.1", "description": "AI-Native Data Access SDK for seamless database operations", "keywords": [ "database", "ai", "data", "schema", "orm", "mongodb", "postgresql", "sqlite" ], "homepage": "https://database.do", "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/drivly/ai.git", "directory": "sdks/database.do" }, "author": "Nathan Clevenger", "license": "MIT", "bugs": { "url": "https://github.com/drivly/ai/issues" }, "scripts": { "build": "tsc", "test": "vitest" }, "devDependencies": { "vitest": "^3.0.8" }, "dependencies": { "apis.do": "*" } }