Open Issues Need Help
View All on GitHubAI Summary: The task is to modify the TypeScript ORM's `@Column` decorator to accept numbers, booleans, and null values, in addition to strings, for the `sqlDefault` property. This involves updating the type definition to allow these additional types and modifying the SQL generator to handle the different value types appropriately.
Complexity:
3/5
bug documentation help wanted good first issue patch low-priority query-builder decorators
A lightweight TypeScript ORM for Bun runtime with Bun SQLite, featuring Active Record pattern and decorator-based entities
TypeScript