Skip to content

inarix/denobjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Early access

Denojection is a port of Objection.js to a TypeScript-native format, with additional improvements and fixes. Although Objection.js is no longer actively maintained, we have decided to fork the project and continue its development using Deno. Denojection will be compatible with both Node and Deno.

⚠️ Denobjection is still in an early stage of development and clearly not production ready.

Denobjection is an ORM for Deno and Node.js that aims to stay out of your way and make it as easy as possible to use the full power of SQL and the underlying database engine while still making the common stuff easy and enjoyable.

Even though ORM is the best commonly known acronym to describe objection, a more accurate description is to call it a relational query builder. You get all the benefits of an SQL query builder but also a powerful set of tools for working with relations.

Deobjection is built on an SQL query builder called knex. All databases supported by knex are supported by Denobjection.

Releases

No releases published

Packages

No packages published