🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

typed-orm

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
t

typed-orm

A structurally-typed MySQL query-builder/ORM

1.39.1
latest
Version published
Weekly downloads
201
-85.04%
Maintainers
1
Weekly downloads
 
Created
Issues
13

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"

FAQs

Package last updated on 23 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts