Skip to content

Commit

Permalink
docs: improve intro
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Dec 7, 2022
1 parent e7005df commit d9c619a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![tests](https://github.com/rogerpadilla/nukak/actions/workflows/tests.yml/badge.svg)](https://github.com/rogerpadilla/nukak) [![coverage status](https://coveralls.io/repos/rogerpadilla/nukak/badge.svg?branch=main)](https://coveralls.io/r/rogerpadilla/nukak?branch=main) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/rogerpadilla/nukak/blob/main/LICENSE) [![npm version](https://badge.fury.io/js/nukak.svg)](https://badge.fury.io/js/nukak)

[nukak](https://nukak.org) is a powerful `ORM`, ideated to be fast, secure, and easy to use. Inspired by other `ORMs` such as [TypeORM](https://typeorm.io) and [MongoDB driver](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/query-document/), and has been designed to rely on serializable `JSON` syntax.
[nukak](https://nukak.org) is a powerful `ORM`, ideated to be fast, secure, and easy to use. Inspired by other `ORMs` such as [TypeORM](https://typeorm.io) and [MongoDB driver](https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/query-document/), and has been designed to rely on serializable `JSON` syntax while squezing all the power from [TypeScript](http://www.typescriptlang.org/) & modern `JavaScript`.

It is built on top of [TypeScript](http://www.typescriptlang.org/) & modern `JavaScript`, and combines the best elements of OOP (Object Oriented Programming) and FP (Functional Programming).
`nukak` combines the best elements of OOP (Object Oriented Programming) and FP (Functional Programming).

 

Expand Down

0 comments on commit d9c619a

Please sign in to comment.