UNPKG

@operativa/verse-oracle

Version:

Verse is a modern, fast, object/relational mapper for TypeScript inspired by Entity Framework Core. It features LINQ-style queries, unit of work updates, and a powerful convention-based mapping system. It supports SQLite, Postgres, MySQL, SQL Server and O

75 lines 1.73 kB
{ "name": "@operativa/verse-oracle", "version": "0.8.3", "description": "Verse is a modern, fast, object/relational mapper for TypeScript inspired by Entity Framework Core. It features LINQ-style queries, unit of work updates, and a powerful convention-based mapping system. It supports SQLite, Postgres, MySQL, SQL Server and Oracle databases.", "keywords": [ "ORM", "O/RM", "object-relational-mapper", "object-relational-mapping", "Entity-Framework", "Entity-Framework-Core", "EF", "EF-Core", "EFCore", "LINQ", "Linq-to-SQL", "DbContext", "Migration", "Migrations", "TypeScript", "TS", "Unit-of-Work", "mapping", "conventions", "identity", "inheritance", "convention-over-configuration", "model", "modeling", "query", "query-builder", "database", "db", "Oracle", "OracleDB" ], "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/operativa-dev/verse.git", "directory": "packages/verse-oracle" }, "bugs": { "url": "https://github.com/operativa-dev/verse/issues" }, "type": "module", "main": "dist/src/index.js", "module": "dist/src/index.js", "exports": { ".": "./dist/src/index.js" }, "files": [ "dist/src" ], "peerDependencies": { "@operativa/verse": "0.8.3" }, "dependencies": { "immutable": "5.0.0-beta.5", "oracledb": "^6.5.1" }, "devDependencies": { "@types/oracledb": "^6.5.1", "@operativa/verse": "0.8.3", "tsconfig": "0.0.0" }, "scripts": { "clean": "rimraf dist", "test": "vitest run", "build": "tsc" } }