0.7.1 • Published 5 years ago

knex-object v0.7.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Knex Object

A powerful toolkit to use with Knex.js. Supporting decorators (ES2018, stage2), Entity Model, and so on.

Install

npm install knex-object

Decorators

Knex Object uses decorators of version ES2018+, Stage2 Proposal. Just to warn you, TypeScript's own implementation of decorators are different to JavaScript's. In order to use this library seemlessly, we recommend that you use Babel compiler, not the one of TypeScript (TSC).

API

Will be discussed later.

@Column

...

@Table

...

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago