Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- GitHub: https://github.com/topics/orm
- Wikipedia: https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping
- Related Topics: object-document-mapper, odm, data-mapper, active-record, database-abstraction, database-abstraction-layer, data-access-object, object-oriented, oop,
- Aliases: object-relational-mapping, object-relational-mapper,
- Last updated: 2025-01-25 00:21:40 UTC
- JSON Representation
https://github.com/themost-framework/memory
MOST Web Framework in-memory data adapter for testing environments
Last synced: 17 Jan 2025
https://github.com/themost-framework/express
MOST Web Framework Data ORM Express Middleware
api api-rest data-model express-middleware odata odata-server odata-service orm orm-framework
Last synced: 16 Nov 2024
https://github.com/sameerkash/blog-server-x-denoland
🦕 Deno server, written in typeScript. Which facilitates a blog service.
deno denodb denoland middleware mongodb oak orm server typescript
Last synced: 18 Jan 2025
https://github.com/thomas465xd/rest_api-product-management
Simple REST API for a product management web app made using React, TypeScript and Express. For the DB PostgreSQL hosted in render and for the Testing Jest and Supertest
api express expressjs json node nodejs orm pern pern-stack postgresql rest-api sequelize sequelize-orm ts tsconfig
Last synced: 16 Dec 2024
https://github.com/micahondiwa/airbnb_clone_v2
Developing a website similar to Air BnB website.
Last synced: 16 Dec 2024
https://github.com/martinkalema/odoo-form-with-owl.js
Using Owl.js for Form Data Handling
Last synced: 11 Jan 2025
https://github.com/samuelselasi/afrilegal_api
Accessible Constitution API For African Countries
apache2 docker-compose fastapi fastapi-mail gunicorn-web-server html-css mailtrap-io nginx oauth2 openapi orm postgresql python sqlalchemy-orm swagger-ui
Last synced: 23 Jan 2025
https://github.com/unimapper/dibi
Dibi integration with UniMapper
adapter dibi mysql orm postgresql sqlite unimapper
Last synced: 12 Nov 2024
https://github.com/sad-spirit/pg-gateway
Table Data Gateway implementation for Postgres based on pg_builder, mix and match manually written SQL with query builder
orm php postgres postgresql sql table-data-gateway
Last synced: 09 Jan 2025
https://github.com/finesse/wired
Light standalone ORM with a query builder and no external configuration
database library mysql orm pdo query-builder sql sqlite
Last synced: 23 Dec 2024
https://github.com/wendymunyasi/alx-higher_level_programming
Learning Python.
c es6 javascript mysql mysql-database oop orm python-script python3 shell shell-script sqlalchemy tdd-python unittests
Last synced: 10 Dec 2024
https://github.com/yusuf-daglioglu/orm-examples-with-spring
JPA Criteria API examples.
code-example code-sample criteria-api example hibernate java jpa orm sample spring
Last synced: 17 Jan 2025
https://github.com/morebec/orkestra-normalization
[READ ONLY] Orkestra Component allowing to easily normalize complex object graphs to arrays of primitives for persistence purposes
document normalization orkestra orm persistence php serialization
Last synced: 06 Dec 2024
https://github.com/agustinsrg/tsbean-driver-mongo
Mongo DB driver for TSBean-ORM
Last synced: 15 Oct 2024
https://github.com/bdurand/cassie
The short and sweet Cassandra object mapper from We Heart It.
Last synced: 08 Jan 2025
https://github.com/cploutarchou/go-kafka-rest
JWT-based Kafka REST API with Golang, GORM, and Fiber
api asynchronous golang kafka kafka-producer kafka-rest orm rest rest-api
Last synced: 23 Dec 2024
https://github.com/marcelo3macedo/memo-api
MemoAPI - A tool to improve your studying and productivity
docker expressjs jest nodejs orm postgresql typescript
Last synced: 13 Jan 2025
https://github.com/rimiti/operator-expression
Convert mathematical expressions.
expression mapping math-operators mathematical operator operators orm
Last synced: 28 Dec 2024
https://github.com/azmisahin/azmisahin-software-web-architecture-sails
Sails.js is a Model-View-Controller web application framework developed in the Node.js environment. It is designed to make it easy to build web applications and APIs.
api continuous-integration devops express framework javascript mongodb mssql mysql nodejs oracle orm postgresql redis rest sails socket-io sqllite vuejs web
Last synced: 10 Dec 2024
https://github.com/pedroka-dev/demaria-x-company
CRUD para registro de Produtos, Clientes e Veda e Visualização de Relatórios utilizando Winforms do C# .NET e ReportViewer. Se conecta com um banco Postgres16 através do Entity Framework e NPGSQL. Parte do processo seletivo para Desenvolvedor Pleno C# da empresa DeMaria
crud csharp dotnet entityframework orm reportviewer winforms
Last synced: 13 Oct 2024
https://github.com/sedflix/kron2
Event and calendar management JavaFX App for colleges
hibernate javafx-desktop-apps mysql orm
Last synced: 31 Dec 2024
https://github.com/daadu/dorm
dorm is a minimal Django wrapper that lets you use its ORM independently, without the full framework.
django django-orm orm orm-framework python
Last synced: 15 Jan 2025
https://github.com/ajalzahrani/bun-hono-drizzle-sqlite
Bun starting kit application uses (hono, drizzle, sqlite, and zod)
api-versioning bun drizzle hono orm sqlite starting-kit
Last synced: 15 Jan 2025
https://github.com/imaun/dade
"Dade" is an implementation of UnitOfWork and Repository pattern over Dapper mini-ORM.
csharp dapper data-access dotnet dotnet-core mini-orm orm repository repository-pattern unitofwork uow-pattern
Last synced: 04 Dec 2024
https://github.com/sevenoutman/redux-eloquent
Query and mutate redux store in ORM style that you love.
Last synced: 08 Jan 2025
https://github.com/cuongndc9/node-boilerplate
🌏🚀 A Node.js boilerplate with RESTful, GraphQL, Prisma, PostgreSQL and awesome tools.
103cuong apollo docker graphql mongodb node node-boilerplate orm postgresql prisma rest-api stack
Last synced: 21 Jan 2025
https://github.com/bariscantanriverdi/bctsp
This project has been developed with the .NET Standard 2.1. It allows you to call stored procedures and functions from the database by simply creating only the interface and methods signature without needing any concrete class to call any stored procedure and function.
nuget oracle-database orm postgresql sql-server stored-procedures
Last synced: 04 Dec 2024
https://github.com/shanu-shahbin/django_user_management_with_postgres
This project demonstrates setting up a Django application with PostgreSQL as the database, bypassing Django's built-in model management. Instead, it uses the psycopg2 module to execute direct SQL queries for CRUD operations. The project requires Python 3.8 or higher, PostgreSQL 12 or higher, and the psycopg2 module.
api django orm postgresql swagger-ui
Last synced: 21 Jan 2025
https://github.com/winkidney/envorm
Environment-variables as config made easy.
config docker environment-variables orm
Last synced: 26 Jan 2025
https://github.com/jofaval/bingewatch-microservices
Small PoC using Golang microservices comunicating in-between with gRPC for media tracking
go golang gorm grpc grpc-go microservices orm
Last synced: 09 Dec 2024
https://github.com/deepcloudlabs/dcl376-2019-nov-11
DCL-367: Spring Data with Hibernate
jpa orm spring-data spring-data-jpa spring-jdbc-template spring-tx spring-tx-propagation spring5
Last synced: 08 Jan 2025
https://github.com/oawu/maple-orm
Maple 框架的 ORM
activerecord maple orm orm-framework php php7
Last synced: 17 Jan 2025
https://github.com/mrkem598/pet4sellwithorm
I have coded this "pet4sellWithORM" repo for teaching purpose of object relational mapping(ORM).
configuration db mysql orm pets server
Last synced: 08 Dec 2024
https://github.com/vitor-msp/agencia-viagens-blue-bird-v3
Desenvolvimento de um site para clientes realizarem cadastro e aquisições de viagens de uma agência fictícia chamada BlueBird Viagens. Versão 3: ReactJS, Spring, PostgreSQL.
api axios bootstrap java java-spring java-spring-boot jwt-authentication jwt-token orm postgresql react-bootstrap react-hooks react-router reactjs redux regex spring-data-jpa spring-security sql
Last synced: 08 Jan 2025
https://github.com/pedroka-dev/car-rental-app
🚘 A comprehensive Windows Forms C# .NET application designed to manage vehicle rentals for a car rental store. It enables users to perform CRUD operations for data related to Car Rental, ensuring robust data management through Entity Framework ORM.
crud csharp dotnet entityframework orm test-driven-development winforms
Last synced: 24 Jan 2025
https://github.com/nextorigin/spine-postgres
Postgres adapter for Spine models running in NodeJS
nodejs orm postgres postgresql sequelize sequelize-orm sequelizejs spine spinejs spinemvc
Last synced: 03 Dec 2024
https://github.com/dabevlohn/rocketchat-roles
RocketChat roles and permissions research
api api-rest framework mongo mongodb openapi openapi3 orm rocket rocketchat rocketchat-ui rust utoipa web
Last synced: 21 Jan 2025
https://github.com/rotemx/reactivemodels
Reactive models ORM / entity framework for node.js and MongoDB
entity-framework entityframework mongo mongodb mongodb-database node nodejs orm orm-framework orm-library
Last synced: 21 Dec 2024
https://github.com/rafaelblum/gerenciador-industrial-java
Projeto gerenciador de atividade da industria relacionadas a área administrativa. Projeto desenvolvido todo com a linguagem Java e outras dependências e tecnologias.
developer gerenciador hibernate hibernate-jpa hibernate-orm java jpa json mysql orm web
Last synced: 08 Jan 2025
https://github.com/aliazmoodehvaldi/opensql-crud
A simple example for opensql orm
Last synced: 13 Dec 2024
https://github.com/richecr/cursosufcg-backend
Repositório para o Back-end do projeto da disciplina de Projeto de Software
hibernate java jpa maven orm secutiry spring-boot
Last synced: 20 Jan 2025
https://github.com/mohammadhb/sequelize-true-migration
I am able to form your "Sql-Based Database" connected to "Sequelize" to look like "Sequelize Models" in your "Sequelize Model Schemes"
mysql mysql-database mysqli node npm-module npm-package orm orm-extension orm-framework orm-library sequelize sequelize-extension sequelize-library sequelize-migrations sequelize-models sequelize-orm sequelizejs sql
Last synced: 02 Dec 2024
https://github.com/guilhermersouza34/modulo32-hibernate
aplicar competências avançadas no uso de bancos de dados, tanto relacionais e não relacionais, e técnicas de modelagem de entidade para armazenar, manipular e gerenciar dados de maneira organizada e segura. Habilidades específicas que incluem o uso de SQL para consultas, atualizações e gerenciamento de dados, assim como a utilização de ORMs e JPA
Last synced: 14 Jan 2025
https://github.com/acro5piano/graph-orm
[experimental] GraphQL oriented ORM
Last synced: 06 Jan 2025
https://github.com/ajh831/springboot-jpa-webapp
실전! 스프링 부트와 JPA 활용1 및 활용2
hibernate jpa orm spring-boot springboot3
Last synced: 30 Dec 2024
https://github.com/mruruc/java_orm
Object Relation Mapping In Java
hibernate jpa orm orm-framework
Last synced: 28 Dec 2024
https://github.com/sparsh-kumar/sequelizenodejsmigrationandseeders
code repository demonstrating how to make use of migrations and seeders in sequelize in node js
express-js expressjs javascript migration node nodejs orm relational-databases seeding sequelize sequelize-orm sql
Last synced: 20 Jan 2025
https://github.com/SoftStoneDevelop/Gedaq
ORM Gedaq is generator for obtaining and mapping data from the database.
ado-net code-generation csharp dbconnection dotnet mapping micro-orm mysql mysqlconnector netcore6 npgsql oracle-manageddataacess-core orm postgres roslyn roslyn-generator sql sqlclient
Last synced: 08 Nov 2024
https://github.com/plandes/dbutil
Database convenience utilities.
database database-management orm sqlite sqlite-orm
Last synced: 20 Jan 2025
https://github.com/alper-sayin/online-auction-hub
Online-Auction-Hub A Django-based Web Application
bootstrap5 class-based-views crud csrf-tokens django django-application django-forms django-framework html-css-javascript oop orm pagination python sqlite-database user-authentication validation
Last synced: 06 Jan 2025
https://github.com/astralmortem/fastauth
Here’s a ready-to-use, customizable solution for FastAPI with Authentication, Authorization (RBAC), and OAuth2 support. This solution provides token based authentication(JWT, Redis, DB), role-based access control, and OAuth2 integration.
authentication authorization fastapi jwt jwt-authentication oauth2 orm python rbac token
Last synced: 30 Dec 2024
https://github.com/s4cha/squeal
Type Safe SQLfor Swift
orm postgres postgressql sql sqlite swift type type-safe
Last synced: 03 Dec 2024
https://github.com/axeldima10/my_hr-copie
Cette application de suivi des candidatures (ATS), développée avec Symfony, est conçue pour moderniser le processus de recrutement des entreprises. Elle simplifie la soumission des candidatures et la gestion des processus de sélection, offrant ainsi une solution efficace et conviviale pour les candidats et les responsables RH.
bootstrap5 composer orm symfony twig
Last synced: 13 Oct 2024
https://github.com/go-rel/doc
Documentation source code
documentation golang hacktoberfest mkdocs orm
Last synced: 07 Nov 2024
https://github.com/hectororm/query
Hector Query is the query module of Hector ORM. Can be used independently of ORM.
orm pdo php php8 query-builder sql
Last synced: 23 Oct 2024
https://github.com/hectororm/connection
Hector Connection is the PDO connection module of Hector ORM. Can be used independently of ORM.
connection orm pdo php php8 sql
Last synced: 23 Oct 2024
https://github.com/yo-mah-ya/postgresql-client
PostgreSql-client
orm postgresql typesafe typescript-library
Last synced: 21 Jan 2025
https://github.com/darekf77/typeorm-angular-example
angular example-app orm sqljs typeorm typescript
Last synced: 24 Dec 2024
https://github.com/go-rel/postgres
PostgreSQL adapter for REL written in Golang.
database golang hacktoberfest orm postgres postgresql
Last synced: 07 Nov 2024
https://github.com/kisiwu/storehouse-sequelize
Sequelize (ORM) manager for @storehouse/core.
Last synced: 06 Nov 2024
https://github.com/n1ckwhite/city-legend-backend
backend
crud-api nestjs orm postgresql prisma
Last synced: 24 Dec 2024
https://github.com/dev-fringe/reactive-stack-sample
reactive with mvc application basic version 0.3
crud event-sourcing mustache netty orm reactive relational-model scala spring
Last synced: 14 Jan 2025
https://github.com/jwilferd10/horiseon-search-engine-optimization
Horiseon is dedicated on informing people the usefulness of Search Engine Optimization. The site itself is an example of utilizing more accessible and optimized HTML. Site is mobile friendly!
accessibility css html mobile-friendly online-reputation-management orm seo seo-optimization smm social-media-marketing
Last synced: 26 Jan 2025
https://github.com/ericklima-ca/sqler-sequelize
Back-end for solicitations-monitor repo (https://github.com/ericklima-ca/solicitations-monitor).
expressjs javascript nodejs orm postgres sequelize socket-io
Last synced: 05 Jan 2025
https://github.com/es1ammohamed/crm
Customer Relationship Management
authentication black django git orm pep8 postgresql python sql
Last synced: 22 Dec 2024
https://github.com/ocskier/sequelizedburger
express-js handlebars-js html-css-javascript jquery-ajax mysql orm restful-api typescript
Last synced: 14 Jan 2025
https://github.com/charakamihiranga/hibernate-orm-bootstrapping
Hibernate Assignments and Sessions
Last synced: 21 Jan 2025
https://github.com/ianhomer/try-bookshelf
Explore Bookshelf - JavaScript ORM
Last synced: 21 Dec 2024
https://github.com/rafaelmoraes003/ngcash-tech-test
Full-stack web application developed for ngcash technical test.
docker docker-compose nodejs oop orm postgresql react react-toastify reactjs sequelize typescript zod
Last synced: 26 Jan 2025
https://github.com/jenspapenhagen/miniorm
a non overkill ORM for fast and small PHP Projects
object-relational-mapper orm orm-framework php
Last synced: 20 Jan 2025
https://github.com/dpwgc/easy-generate
基于Yaml配置的简单代码生成器,可根据简单的Yaml配置,一键生成MySQL建表语句、Java PO对象、Java DTO对象。
code-generation java orm web yaml
Last synced: 20 Jan 2025
https://github.com/nvaranki/brains-db-neo4j
The Thinker™ ORM implementation with Neo4j
Last synced: 29 Nov 2024
https://github.com/thecaptaan/graphfox
GraphFox is an ORM for Neo4j, inspired by Mongoose for MongoDB. It offers a simple and efficient way to model, query, and manage data in Neo4j, making it easy to leverage the power of graph databases in your applications.
Last synced: 10 Oct 2024
https://github.com/jakubkulhan/data-access-kit-symfony
Symfony bundle for type-safe minimum-writing SQL repositories for PHP
dao data-access-layer data-access-library data-access-object data-mapper object-relational-mapper object-relational-mapping orm php symfony symfony-bundle
Last synced: 13 Oct 2024
https://github.com/sof3/my-model
A Go library for converting Go struct declarations into MySQL queries and libraries. INCOMPLETE.
Last synced: 18 Dec 2024
https://github.com/jvbijleveld/smakweb
Simple application for viewing and editing recipes. Uses Mysql-doctrine-Symfony2-Angular
angularjs bootstrap doctrine-orm mysql orm php recipes symfony2
Last synced: 21 Dec 2024
https://github.com/gozdesaygiliyalcin/maven-hibernate-fx
This project includes using the maven project template, hibernate and database connections were made.
Last synced: 29 Dec 2024
https://github.com/juhaku/juhakudb
Spring DATA like Android ORM Library for SQLite dabaseses
andoird android-database android-databinding android-orm annotations criteria-api database-management filter-api javax-persistence-annotation juhakudb manage-databases orm spring-data sqlite-database
Last synced: 13 Dec 2024
https://github.com/paul-schuhm/sequelize-doc
Une documentation collaborative de l'ORM Sequelize
collaborative documentation orm sequelize
Last synced: 23 Nov 2024
https://github.com/jvcjunior/test_lemoney_node_functional
Node test for lemoneys company
express jest node orm test typescript
Last synced: 21 Jan 2025
https://github.com/nscuro/datanucleus-postgresql
DataNucleus plugin for PostgreSQL-specific functionality
datanucleus java jdo jpa jsonb orm postgresql
Last synced: 30 Oct 2024