awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
neuledge avatar

neuledge/engine-jsArchived

0
View on GitHub↗
234 نجوم·6 تفرعات·TypeScript·Apache-2.0·2 مشاهدات

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.
  • قواعد البيانات - Database language for modeling and validation.
  • Language Drivers - Universal schema-based ORM for JavaScript entities.

سجل النجوم

مخطط تاريخ النجوم لـ neuledge/engine-jsمخطط تاريخ النجوم لـ neuledge/engine-js

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Engine Js

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Engine Js.
  • dahlia/awesome-sqlalchemyالصورة الرمزية لـ dahlia

    dahlia/awesome-sqlalchemy

    3,047عرض على GitHub↗

    A curated list of awesome tools for SQLAlchemy

    Pythonawesomeawesome-listdatabases
    عرض على GitHub↗3,047
  • mikro-orm/mikro-ormالصورة الرمزية لـ mikro-orm

    mikro-orm/mikro-orm

    9,085عرض على 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
    عرض على GitHub↗9,085
  • automattic/mongooseالصورة الرمزية لـ Automattic

    Automattic/mongoose

    27,479عرض على 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
    عرض على GitHub↗27,479
  • mongodb/node-mongodb-nativeالصورة الرمزية لـ mongodb

    mongodb/node-mongodb-native

    10,180عرض على 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
    عرض على GitHub↗10,180
عرض جميع البدائل الـ 30 لـ Engine Js→

الأسئلة الشائعة

ما هي وظيفة neuledge/engine-js؟

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

ما هي الميزات الرئيسية لـ neuledge/engine-js؟

الميزات الرئيسية لـ neuledge/engine-js هي: Database ORMs, قواعد البيانات, Language Drivers.

ما هي البدائل مفتوحة المصدر لـ neuledge/engine-js؟

تشمل البدائل مفتوحة المصدر لـ neuledge/engine-js: 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…