79 skills found · Page 3 of 3
tamurashingo / Cl BatisSQL Mapping Framework for Common Lisp
AndrewJBateman / Node Sequelize Postgresql:clipboard: Node.js + Express used with Sequelize Object-Relational Mapping (ORM) to perform promise-based Create, Read, Update & Delete (CRUD) operations on linked data tables in a PostgreSQL database. SQL database data based on Sequelize Project and Workpackage models.
databricks-industry-solutions / OcsfSchema mappings in SQL and PySpark for ELT pipelines to normalize data to OCSF
RinkuLib / RinkuLibA modular sql generation and object mapping tool
gtaylor44 / CraneCrane is an simple to use ORM to minimise the job of mapping SQL queries to POCO
JeremySkinner / FluentLinqToSqlFluent Mapping support for Linq to Sql (inspired by Fluent NHibernate) and a Linq to Sql-based ActiveRecord implementation.
ZorTik / AdvancedSQLClientAdvancedSQLClient - An Extensible, Fast & Secure SQL client for Java! (Query Builders, Repositories, Object Mapping, Transactions)
YuanchengJiang / ACMETo enhance the differential testing on DBMS via SQL query mappings
aditya22041 / Information Integration Architecture IIAInformation Integration Architecture (IIA CSE656) course project at IIIT-Delhi: end-to-end ETL pipelines, global-schema mapping, federated SQL querying, and AI-driven analytics for restaurant & vendor data. Built with Python, React, and LLM-powered natural-language interfaces.
pyhoon / MiniORMUtils B4XA mini object–relational mapping (ORM) that can be use for creating db schema and SQL queries.
kallebelins / Mvp24hours DotnetLibrary for quick product building using: Relational database (SQL Server, PostgreSql, MySql); NoSql database (MongoDb, Redis); Message Broker (RabbitMQ); Pipeline (Pipe and Filters pattern); Documentation (Swagger); Mapping (AutoMapper); Logging (NLog); Validation and specifications, unit of work, repository, among others.
AndyHitchman / StashStash is a persistence engine for .NET. It eschews relational models and object/relational mapping and instead follows the No-Sql paradigm of storing graphs or 'documents'. Take a look at the Wiki for an overview of how it works.
sanyam63 / Online Shopping DatabaseOnline shopping database using SQL. I've also performed various queries on the db after adding in rows for tables which are linked with each other & primary & foreign keys. I've also added the ER diagram & Mapping which I made on paper for rough sketch. NOTE- I've directly copied the queries from the sql editor along with the outputs.
ffernandolima / Data Table PlusDataTablePlus provides some helpful extensions in order to transform list of objects into data tables (it's able to use the object definitions and/or EntityFramework/EntityFrameworkCore mappings for creating the data table schema as well as its data) and also some SQL helpers capable of performing some batch operations using those data tables which were cited before. This application is focused on solving performance issues while ingesting or updating a lot of data.
WilliamMcRoberts / BetBookApp.BlazorServerBet Book is a .NET 6 Blazor Server application that allows users with an account to place wagers on NFL games in the 2022-2023 season using a paper account. Bet Book consumes a SportsData.IO api for up-to-date scores and lines. Users can place "parley" style bets for up to five games with appropriate payouts. Users can also bet on single games. Game data, team data, bet data and user data is stored in an Azure SQL Server database using Dapper for object mapping and MediatR for data mediation. Authentication is handled via Azure AD B2C and logging via Serilog. Bet Book is deployed to an Azure App Service located at https://betbookgaming.com. Questions can be directed to support@betbookgaming.com.
fnonnenmacher / Spark Arrow AcceleratedGoal: Mapping of Spark SQL queries to FPGA building blocks
piranna / AntiORMSQL-to-function mapping
rpgmakervx / Slardarjava sql mapping frame work
Jurioli / Applied.NET Extension methods for object-object or dictionary-object or datatable-object mapping, single item mapping use [ item.Apply(()=>new { .. }); ],multiple array items mapping use [ items.Apply(a=>new { .. }); ]. Extension methods for SQL Window Function in Linq, use [ items.GroupBy(a =>...).AsPartition(p=> p.OrderBy(a=>...)).Over(p=>...); ],can also be customize function.
developer82 / Poco.SqlLightweight .NET library for generating SQL statements from plain objects with advanced features and mapping support