database-transactions
There are 24 repositories under database-transactions topic.
shohann/Ecommerce-API
A E-commerce REST API using Node.js, Express.js, PostgreSQL, Redis, Prisma
emancu/ector-multi
`Ector::Multi` is an object for grouping multiple DB operations that should be performed in a single database transaction.
square/async_task
Lightweight, asynchronous, and database-backed execution of singleton methods
shohann/news-portal
An online news portal website using Node.js, Express.js, MongoDB, Mongoose, Redis
AndrewJo/express-slonik
Slonik transaction middleware with zero dependencies.
geowrgetudor/transaction-rollback
Track rollbacked database transaction in Laravel Pulse.
WKG-Software-GmbH/wkg-aspnet-core
New abstractions over existing ASP .NET Core components, request-scoped database transactions, new authentication options, data validation, and more.
codesInML/LendsQR
An API for a banking platform, with basic financial implementations
lightools/transaction-nesting
Nesting database transactions with dibi connection.
nitish6174/db-transactions
Database course assignment - Handling transactions
RishiGaneshe/Mess-Token-System
A secure and scalable Student Server for the Mess Token System. This server handles student authentication, token requests, and balance management while ensuring security and performance through JWT authentication, Redis caching, and MongoDB transactions.The Mess Token System is built on a Shared Database Pattern,.
square/mail_delivery_task
Async email delivery
AngEvd/PostgreSQL
Homework solutions for SoftUni PostgreSQL course
bhavanichandra/simple-crm
Django REST API project which enables dual databases (namely, PostgreSQL and MongoDB) with transaction support.
course-files/BBT3104-Lab1of6-DatabaseTransactions
Instructional materials (course files) for the BBT3104 course (Advanced Database Systems) and the MIT8107 course (Advanced Database Systems). Topic: Database Transactions. Based on the "Classic Models" database.
HetulParmar/prisma-custom-transaction
This is cross platform prisma custom transaction
maniek2332/django-soft-atomic
A more forgiving variation of django's atomic, allowing you to pass some exceptions through atomic block without rollback.
andreastkdf/DB_exp_Demo
Training and labs on DataBases
course-files/DatabaseTransactions
Concept: Database Transactions - Isolation in transaction processing systems built on top of a transactional relational database (MySQL/PostgreSQL)
jmbmartins/Transaction-Control-Applications
This repository showcases applications developed for a practical work assignment on Transaction Control in the Master's in Computer Engineering program.
markylaredo/EFCoreTransacitonPlayground
Sample of different ways to write entity framework core transactions in .NET and ASP.NET Core application.
TomasHubelbauer/ef-implicit-transaction
Exploring the implicit transaction behavior of EF Core