typed-orm
TypeScript icon, indicating that this package has built-in type declarations

1.39.1 • Public • Published

typed-orm

An experiment in structurally-safe MySQL query building using TypeScript.


DEPRECATION NOTICE

This project is fully functional but should not be used anymore.

Instead, look at,


Documentation

Documentation may be found here


Examples

Examples may be found in test/compile-time, test/run-time, test/execution.

Current code coverage is about 74%

Gotcha's

  • Using .whereEq("test") may return a row with "TEST" if the collation is case-insensitive. TODO Double check if it narrows the column type to "test" or leaves it as string. It should not narrow to "test"

Dependents (1)

Package Sidebar

Install

npm i typed-orm

Weekly Downloads

3

Version

1.39.1

License

MIT

Unpacked Size

5.11 MB

Total Files

4914

Last publish

Collaborators

  • anyhowstep