Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Object–relational mapping

Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.

https://github.com/nlfmt/stormdb

Simple but feature-rich JSON database for NodeJS. Supports custom class serialization and deserialization, advanced querying, and more.

database electron javascript json node nodejs orm typesafety typescript

Last synced: 20 Nov 2024

https://github.com/thrymheim/myblog

My personal blog (Still working on it - not finished)

begginers blog css django html mysql orm python

Last synced: 21 Dec 2024

https://github.com/willfaught/orm-and-rpc

Presentation & prototype for ORM & RPC frameworks

go golang orm rpc

Last synced: 25 Dec 2024

https://github.com/aniskchaou/gcinemas_backend

This project consists of developing a J2EE web application that allows viewers to book movies ticket using simple and Interactive GUI. The system is so simple and attractive which will make the audiences/viewers comfortable to use and choose their movie along with desired seat number and position.

book-movies-ticket java jpa-hibernate json mysql orm spring-boot spring-data spring-mvc spring-rest viewers

Last synced: 04 Jan 2025

https://github.com/sensorario/orma

An orm made just for study scope

orm php-project php8

Last synced: 12 Oct 2024

https://github.com/serikshaikamalov/simple-cloudflare-orm

Simple ORM / Query Builder for Cloudflare D1

cloudflare javascript orm

Last synced: 09 Nov 2024

https://github.com/achillesrasquinha/schema

:bookmark: Metadata, for humans.

metadata orm python schema

Last synced: 13 Nov 2024

https://github.com/droideveloper/restful

Restful Resources for express + sequelize orm

nodejs orm restfull

Last synced: 30 Oct 2024

https://github.com/newleonardooliv/task-board

O Task Board é um sistema de gerenciamento de tarefas baseado em um Kanban, projetado para ajudar equipes a controlar suas atividades em progresso de maneira eficiente. Este projeto foi desenvolvido utilizando as tecnologias Next.js e Node.js.

board cle clean-code ddd express jwt kanban kanban-board nextjs node orm postgresql prisma reactjs tailwindcss typescript

Last synced: 29 Dec 2024

https://github.com/thyagomota/api-labs

A collection of progressively challenging labs to help learning the fundamentals of API development.

api mongodb oas orm python sql sqlite

Last synced: 28 Nov 2024

https://github.com/jacraig/inflatable

An ORM. Useful for prototyping but it has the ability to generate a database from a model, keeps them in sync, and has the ability to analyze the database and make suggestions. Has lazy loading, allows quering using IQueryables, straight SQL, and caching of data is built in. So in otherwords, it's a basic ORM.

orm sql

Last synced: 14 Dec 2024

https://github.com/kekyo/flyflint

Lightweight static O/R mapping builder at compile time.

aot compile-time database dotnet lightweight orm static

Last synced: 17 Dec 2024

https://github.com/limzykenneth/dynamicrecord

A bare minimum Javascript implementation of the Active Record pattern

active-record database mongodb odm orm

Last synced: 13 Oct 2024

https://github.com/fykosak/nette-orm

Light ORM extension for nette

nette-database orm package php

Last synced: 11 Nov 2024

https://github.com/profjordanov/miniorm

C# Mini ORM Framework

csharp object-relational-mapper orm

Last synced: 14 Nov 2024

https://github.com/dong50252409/db

自动数据持久化应用,与db_tools配套使用

mysql orm

Last synced: 20 Nov 2024

https://github.com/yuu-nkjm/sorm4j

Sorm4j (Simple micro Object-Relation Mapper for Java) is a Java-based micro-ORM tool that could access a database in a oneliner.

central java java11 jdbc jdbc-wrapper lightweight micro-orm microorm orm performance simple sql

Last synced: 21 Oct 2024

https://github.com/opvexe/book-web

项目技术点:数据库的主从搭建,ES搜索

beego docker mysql orm

Last synced: 09 Nov 2024

https://github.com/jeremylikness/somedb

.NET Conference example EF Core 5.0 app showing simple logging, DebugView, and ToQueryString

database entity-framework entity-framework-core entityframework entityframeworkcore orm

Last synced: 14 Nov 2024

https://github.com/alxpereira/topmodel

beautiful & lightweight ORM for modern people

javascript models node orm typescript

Last synced: 14 Oct 2024

https://github.com/linkml/linkml-sparql

Maps LinkML queries to SPARQL and back (ALPHA)

linked-data linkml ontology orm queries rdf rdflib semantic-web sparql

Last synced: 07 Jan 2025

https://github.com/silassare/gobl

Gobl allows you to use a Database Abstraction Layer (DBAL) and Object-Relational Mapping (ORM) to query your database with PHP.

database dbal gobl mysql orm php

Last synced: 24 Nov 2024

https://github.com/shuttle/shuttle.core.data

Provides an abstraction over ADO.NET.

data-access micro-orm orm

Last synced: 07 Dec 2024

https://github.com/speedphp/speedsql

SQL Mapper annotations for NestJS, similar MyBatis.

decor mybatis nest orm sql typescript

Last synced: 07 Nov 2024

https://github.com/jackcuthbert/firetype

ORM for TypeScript and Google Cloud Firestore (Native mode)

google-cloud-firestore orm typescript

Last synced: 02 Jan 2025

https://github.com/devmnj/nextjs-prisma-swr

Nextjs-Primsa-API react app with SWR data caching

data-cache example-project nextjs-template orm prisma reactjs swr

Last synced: 15 Nov 2024

https://github.com/isomeric/formal

A Python library for object document mapping with MongoDB and SQL dialects using JSON schema.

database mongodb objects odm orm sql

Last synced: 08 Nov 2024

https://github.com/leizongmin/leizm-mysql

基于 Node.js/TypeScript 的 MySQL 连接管理器

mysql nodejs orm typescript

Last synced: 31 Oct 2024

https://github.com/binakot/java-inheritance-into-postgresql-jsonb-mapping

The demo project with mapping of Java objects inheritance into PostgreSQL JSONB columns via Jackson and MyBatis.

hacktoberfest jackson java jsonb mybatis orm postgresql spring

Last synced: 16 Nov 2024

https://github.com/deknowny/pgquery

A new ORM for Python specially for PostgreSQL. Fully-typed for any query with Pydantic and auto-model generation, compatible with any sync or async driver

async migrations orm pg postgresql python simple sync typed typings

Last synced: 17 Dec 2024

https://github.com/somethingpluto/sorm

从 0.5 到 1 开发go orm框架 ,🍍🍍基于go语言官方提供的数据库操作API,进行二次封装,实现ORM框架的基本功能。本框架计划实现功能:🚩 1.根据结构体创建数据库 🚩2.通过函数API自由组合生成SQL语句 🚩3.实现API之间的链式调用 🚩4.数据库操作hook实现 🚩5.数据库事务

go go-orm orm

Last synced: 14 Nov 2024

https://github.com/pjt3591oo/javascript-book

자바스크립트로 서버와 클라이언트 구축하기

database express javascript mysql nodejs nuxtjs orm socket-io vuejs

Last synced: 06 Nov 2024

https://github.com/njord-rs/examples

A collection of example project using Njord.

cargo njord njord-rs orm rust

Last synced: 05 Dec 2024

https://github.com/sviperll/repository4j

Java code-driven (no annotations) ORM.

java jdbc jdbc-orm-framework orm

Last synced: 06 Jan 2025

https://github.com/windwalker-io/datamapper

[READ ONLY] DataMapper pattern object to access database.

database datamapper orm php

Last synced: 08 Nov 2024

https://github.com/windwalker-io/record

[READ ONLY] Simple ActiveRecord to operate database data.

active-record activerecord database orm

Last synced: 02 Jan 2025

https://github.com/byoso/silly_db

Minimalist ORM using sqlite3, simple but efficient.

database orm orm-framework python3 sql sqlite3

Last synced: 13 Dec 2024

https://github.com/thiiagoms/mvc-with-doctrine

My anime control list, with PHP8, Doctrine ORM and SQLite :star:

app crud doctrine doctrine-crud doctrine-orm oop-crud orm php php-crud php-oop-pdo student web-development

Last synced: 15 Nov 2024

https://github.com/coasterfreakde/ork

Object Relational Mapping for Kotlin

data database kotlin mariadb mysql orm sql sqlite

Last synced: 07 Nov 2024

https://github.com/vjik/yii2-cycle

Yii2 Cycle ORM support

cycle orm yii2

Last synced: 18 Nov 2024

https://github.com/vit-orm/vitorm.elasticsearch

a lightweight yet comprehensive ORM for ElasticSearch

database elasticsearch es orm vitorm

Last synced: 13 Dec 2024

https://github.com/vit-orm/vitorm.clickhouse

a lightweight yet comprehensive ORM for ClickHouse

clickhouse database orm vitorm

Last synced: 13 Dec 2024

https://github.com/contributte/doctrine-skeleton

🎁 Nette and Doctrine project skeleton. Using Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.

contributte database dbal doctrine nette orm project skeleton

Last synced: 10 Oct 2024

https://github.com/firmaprofesional/doctrineencryptbundle

Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).

doctrine encrypt openssl orm php symfony-bundle symfony3

Last synced: 29 Sep 2024

https://github.com/kristoffalaric/foodfrenzy

Designed and developed a E Commerce FoodFrenzy using Java, Spring Boot, Spring MVC, Spring Data JPA, MySQL, HTML, CSS, JavaScript and Thymeleaf

css html j2ee java java-ecommerce-website java-spring-boot java8 maping maven mvc orm restful-api

Last synced: 29 Sep 2024

https://github.com/dewasry/browser-base

A tool to help developer store data ofline on browser

angular borwser data indexeddb nextjs orm query react typescript vite vue

Last synced: 13 Oct 2024

https://github.com/israel-nogueira/galaxy-db

Conheça o GalaxyDB, uma classe simples e completa para desenvolvimento e gerenciamento de base de dados em PHP. Experimente e ajude esse projeto a melhorar.

database-management mariadb-database mariadb-mysql mongodb mongodb-database mysql mysql-database orm orm-framework postgrid

Last synced: 10 Oct 2024

https://github.com/contributte/hydrator

💀 [DISCONTINUED] Convert Doctrine entity to array and conversely. Use @contributte.

array contributte doctrine entity hydrations hydrator nette-framework nettrine object orm php

Last synced: 27 Sep 2024

https://github.com/mohitmun/punter

The only command line db client you will ever need

csv database-management json mongodb mysql orm postgresql

Last synced: 14 Oct 2024

https://github.com/opeolluwa/xorm

XORM is an experimental ORM library for Rust, which aims to be async-first and developer friendly.

orm rust rust-library

Last synced: 11 Dec 2024

https://github.com/felipebarcelospro/drift-kv

A powerful ORM for Deno KV with integrated support for database operations, real-time subscriptions, task queues, plugin system, and typed queries

bunjs database deno key-value kv nodejs orm plugins queue real-time typescript

Last synced: 28 Oct 2024

https://github.com/shikhar97/prisma-cache

A Prisma extension for caching database queries

cache extension middleware orm prisma redis server-side-cache

Last synced: 09 Oct 2024

https://github.com/blankphp/framework

BlankPhp framework

framework middleware orm php7

Last synced: 28 Dec 2024

https://github.com/drmvc/orm

Simple and easy-to-use lightweight ORM

database orm sql

Last synced: 13 Nov 2024

https://github.com/0xrawsec/sod

Go Simple Object Database

database embedded-database go golang orm

Last synced: 14 Nov 2024

https://github.com/mullayam/presql

No More Query Statements

javascript mysql mysql-database mysql2 nodejs orm sql

Last synced: 10 Nov 2024

https://github.com/elementaryframework/lightql

The lightweight, but powerful PHP ORM

composer orm pdo php php7

Last synced: 26 Nov 2024

https://github.com/larapulse/database

PHP library and ORM to handle DB connection, apply C.R.U.D. operations

database mysql mysql-database orm orm-library orm-php-framework pdo pdo-mysql pdo-php pdo-wrapper postgres postgresql

Last synced: 06 Jan 2025

https://github.com/melbournedeveloper/selecta

A model that represents SQL Select queries, and tools to convert from SQL/JSON to the model and back

dart flutter orm sql

Last synced: 11 Oct 2024

https://github.com/walidadebayo/mappifysql

MappifySQL is a lightweight, easy-to-use Object-Relational Mapping (ORM) library for MySQL databases, designed for use with Node.js. It provides an intuitive, promise-based API for interacting with your MySQL database using JavaScript or TypeScript.

javascript mysql mysql-connector mysql-database mysql-server mysql2 node-js nodejs nodemon oop orm

Last synced: 11 Oct 2024

https://github.com/probablyarth/jason

A simple typesafe JSON ORM library that allows you to interact with data stored in a JSON database

javascript javascript-library json json-db json-orm orm orm-library typescript typescript-library

Last synced: 06 Dec 2024

https://github.com/go5303/gin_ready

gin初学者项目demo(jwt、auth、redis、crontab、orm、log、router...)

auth crontab gin golang log orm redis router

Last synced: 14 Oct 2024

https://github.com/lz1998/rs-sql2struct

A developer-friendly tool for generating rust struct using sql

diesel orm rust sql sql2struct sqlx struct

Last synced: 23 Nov 2024

https://github.com/hexmakina/tightorm

TightORM, yet another ORM library

orm php php-library php7

Last synced: 13 Oct 2024

https://github.com/agustinsrg/tsbean-orm

Typescript ORM for NodeJS

datamodel drivers finder orm typescript

Last synced: 29 Nov 2024

https://github.com/nathan-fiscaletti/mysqli-wrapper

📙A simple ORM for MySql and PHP

composer mysql orm php

Last synced: 18 Nov 2024

https://github.com/no0dles/daita

typed sql made simple

database node orm typescript

Last synced: 14 Dec 2024

https://github.com/samuelscheit/lambert-orm

A Database abstraction layer for different DB Engines

abstraction database mongodb orm

Last synced: 21 Dec 2024

https://github.com/isaacalves7/crud-projects

📝 It's a repository of C.R.U.D projects.

crud-app crud-application mvc-architecture odm oop orm rest-api web-stack

Last synced: 06 Dec 2024

https://github.com/shinchven/orm-modeling

A node ORM modeling tool that generates types and docs.

nodejs orm typescript

Last synced: 13 Dec 2024

https://github.com/victor-enogwe/docman

Document Management System API is built with JavaScript (ES6), Node.js, Express, MySQL and Sequelize ORM.

javascript mysql nodejs orm sequelize

Last synced: 06 Jan 2025

https://github.com/IsaacAlves7/crud-projects

📝 It's a repository of C.R.U.D projects.

crud-app crud-application mvc-architecture odm oop orm rest-api web-stack

Last synced: 13 Nov 2024

https://github.com/raofin/bearburger

A beautiful web-based food management system built with JSP, Spring MVC, Spring Boot, Spring Security, Vanilla JavaScript, MySQL, etc.

ajax api-rest hibernate java jpa jsp maven orm spring spring-boot spring-crud spring-data-jpa spring-mvc spring-security

Last synced: 24 Dec 2024

https://github.com/jijihohococo/ichi-orm

A simple and useful PHP ORM with high performance

database library mysql open-source orm php php-library php-orm php7 php8 postgres sql

Last synced: 08 Nov 2024

https://github.com/megadev007/foodfrenzy

Designed and developed a E Commerce FoodFrenzy using Java, Spring Boot, Spring MVC, Spring Data JPA, MySQL, HTML, CSS, JavaScript and Thymeleaf

css html j2ee java java-ecommerce-website java-spring-boot java8 maping maven mvc orm restful-api

Last synced: 21 Oct 2024

https://github.com/aliev/solid-sold

The solid_sold package provides a generic implementation of the Repository pattern in Python, aimed at creating a flexible and robust data access layer for your applications.

asyncio orm python repository repository-pattern solid

Last synced: 27 Oct 2024

https://github.com/jimwins/titi

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP, plus a lightweight ActiveRecord implementation

activerecord orm pdo php php-library sql

Last synced: 29 Oct 2024

https://github.com/ktonal/h5mapper

pythonic ORM tool for reading and writing HDF5 data

datasets deep-learning h5py hdf5 machine-learning orm python pytorch

Last synced: 21 Dec 2024

https://github.com/creeper82/flashcards

A simple desktop app, where you can study using flashcards. Made with C#

c-sharp cli code-first console desktop dotnet entity-framework flashcards orm sqlite

Last synced: 30 Dec 2024

https://github.com/fabrix-app/spool-waterline

Spool: Waterline ORM for Fabrix

fabrix orm spools waterline

Last synced: 14 Nov 2024

https://github.com/travis-r6s/cosmos-orm

A simple ORM for Cosmos - makes your life a little bit easier.

cosmos nodejs orm typescript

Last synced: 08 Jan 2025

https://github.com/theogravity/apifire-server

Generates an express-based API server w/ database migrations and models and an error-handling / logging infrastructure written in Typescript

code-generator database express generator nodejs objectionjs openapi openapi-generator openapi3 orm swagger typescript yeoman yeoman-generator

Last synced: 14 Nov 2024

https://github.com/codewithsushil/orm-tutorial

Doctrine Tutorial: Zero to Hero

doctrine doctrine-dbal doctrine-orm orm php

Last synced: 09 Nov 2024

https://github.com/haochi/jql.js

Query JSON data in a SQL manner

javascript linq orm sql typescript

Last synced: 17 Nov 2024