awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neuledge avatar

neuledge/engine-jsArchived

0
View on GitHub↗
234 stele·6 fork-uri·TypeScript·Apache-2.0·2 vizualizări

Engine Js

⚡️ Neuledge streamlines database modeling with clear data entity definitions, customizable validation, and advanced business-logic representation.

Features

  • Database ORMs - Universal language for database modeling and validation.
  • Baze de date - Database language for modeling and validation.
  • Language Drivers - Universal schema-based ORM for JavaScript entities.

Istoric stele

Graficul istoricului de stele pentru neuledge/engine-jsGraficul istoricului de stele pentru neuledge/engine-js

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Engine Js

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Engine Js.
  • dahlia/awesome-sqlalchemyAvatar dahlia

    dahlia/awesome-sqlalchemy

    3,047Vezi pe GitHub↗

    A curated list of awesome tools for SQLAlchemy

    Pythonawesomeawesome-listdatabases
    Vezi pe GitHub↗3,047
  • mikro-orm/mikro-ormAvatar mikro-orm

    mikro-orm/mikro-orm

    9,085Vezi pe GitHub↗

    Mikro-ORM is a TypeScript-based object-relational mapping system that provides a unified persistence layer for Node.js applications. It translates TypeScript entities into relational or document-based database schemas, supporting a variety of engines including PostgreSQL, MySQL, MariaDB, MS SQL Server, SQLite, and MongoDB. The project implements the data mapper pattern to decouple in-memory domain models from the database persistence layer. It utilizes a unit of work pattern to track entity changes in memory and commit them in a single coordinated database transaction. The library covers com

    TypeScript
    Vezi pe GitHub↗9,085
  • automattic/mongooseAvatar Automattic

    Automattic/mongoose

    27,479Vezi pe GitHub↗

    Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations

    JavaScript
    Vezi pe GitHub↗27,479
  • mongodb/node-mongodb-nativeAvatar mongodb

    mongodb/node-mongodb-native

    10,180Vezi pe GitHub↗

    The MongoDB Node.js Driver is a programmatic interface and NoSQL database client used to manage document storage and execute operations within a MongoDB database. It serves as an asynchronous database interface and connection manager that enables Node.js applications to integrate with MongoDB servers. The project implements client-side field encryption to secure sensitive data and queries locally before transmission. It also provides a BSON serialization library to convert JavaScript objects into a binary format for efficient storage and network transmission. The driver covers a broad range

    TypeScriptdatabasemongodbnode-js
    Vezi pe GitHub↗10,180
Vezi toate cele 30 alternative pentru Engine Js→

Întrebări frecvente

Ce face neuledge/engine-js?

⚡️ Neuledge streamlines database modeling with clear data entity definitions, customizable validation, and advanced business-logic representation.

Care sunt principalele funcționalități ale neuledge/engine-js?

Principalele funcționalități ale neuledge/engine-js sunt: Database ORMs, Baze de date, Language Drivers.

Care sunt câteva alternative open-source pentru neuledge/engine-js?

Alternativele open-source pentru neuledge/engine-js includ: mikro-orm/mikro-orm — Mikro-ORM is a TypeScript-based object-relational mapping system that provides a unified persistence layer for Node.js… mongoengine/mongoengine — MongoEngine is a Python object-document mapper that translates database records into objects to provide an… automattic/mongoose — Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB… dahlia/awesome-sqlalchemy — A curated list of awesome tools for SQLAlchemy. mongodb/node-mongodb-native — The MongoDB Node.js Driver is a programmatic interface and NoSQL database client used to manage document storage and… prisma/prisma — Prisma is a database toolkit that provides a unified access layer for interacting with relational and document…