version.ts — drizzle-orm Source File
Architecture documentation for version.ts, a typescript file in the drizzle-orm codebase.
Entity Profile
Source Code
// @ts-ignore - imported using Rollup json plugin
export { version as npmVersion } from '../package.json';
// In version 7, we changed the PostgreSQL indexes API
export const compatibilityVersion = 10;
Source
Frequently Asked Questions
What does version.ts do?
version.ts is a source file in the drizzle-orm codebase, written in typescript.
Where is version.ts in the architecture?
version.ts is located at drizzle-orm/src/version.ts (directory: drizzle-orm/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free