Skip to main content

Kineo

A TypeScript ORM/OGM.

Easy to Use

Kineo uses a single schema object, and uses simple typed objects to query your database.

Fully Type-Safe

Kineo is fully type-safe: you create a schema, and the types will flow through all your models, and you can also extract types from the schema.

Easy Migrations

Kineo has a CLI that makes migrations easy; automatically generating migrations based on your schema.