sql-server

Top 23 sql-server Open-Source Projects

  • Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  • Project mention: Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda | dev.to | 2024-04-15

    generator client { provider = "prisma-client-js" binaryTargets = ["native", "rhel-openssl-1.0.x"] } datasource db { provider = "postgresql" // NOTE: When using mysql or sqlserver, uncomment the @db.Text annotations in model Account below // Further reading: // https://next-auth.js.org/adapters/prisma#create-the-prisma-schema // https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#string url = env("DATABASE_URL") } model Post { id Int @id @default(autoincrement()) name String createdAt DateTime @default(now()) updatedAt DateTime @updatedAt createdBy User @relation(fields: [createdById], references: [id]) createdById String @@index([name]) } // ... rest of the schema

  • Hasura

    Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

  • Project mention: Serious flaws in SQL – Edgar F. Codd (1990) | news.ycombinator.com | 2024-04-25

    > 2. ORMs do not hide SQL nastiness.

    This is certainly true!

    I mean: ORMs are now well known to "make the easy queries slightly more easy, while making intermediate queries really hard and complex queries impossible".

    I think the are of ORMs is over. It simply did not deliver.

    If a book on SQL is --say-- 100 pages, a book on Hibernate is 400 pages. So much to learn just to make the easy queries slightly easier to type? Just not worth it.

    I prefer jooq any day over ORMs. And dont get me started over what tools like Hasuna have to offer.

    There are also some languages (forgot the names) that are SQL-done-right. Select in the back, more type safe, more logic, more in the same steps as the query gets executed. These need to be adopted by PG and MySQL and we're good to go. (IMHO)

    https://www.jooq.org/

    https://hasura.io/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • beekeeper-studio

    Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.

  • Project mention: Using migrations with Golang | dev.to | 2024-04-17

    If we access a client like PgAdmin or Beekeeper, or accessing its container via bash and checking via CLI, we can see that the table was created successfully:

  • Bitwarden

    The core infrastructure backend (API, database, Docker, etc). (by bitwarden)

  • Project mention: Bitwarden | news.ycombinator.com | 2024-03-11
  • dbal

    Doctrine Database Abstraction Layer

  • Project mention: PHP + Informix + Framework? | /r/PHP | 2023-05-22

    In that case, write your own platform and db driver that translates it, doctrine already has tons of work done which can be easily extended : https://github.com/doctrine/dbal/tree/3.6.x/src/Platforms - or simply use PDO directly as it can do raw queries and forget ORMs in general for such usecase.

  • azuredatastudio

    Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.

  • Project mention: azuredatastudio: NEW Data - star count:7321.0 | /r/algoprojects | 2023-12-10
  • drawdb

    Free, simple, and intuitive online database design tool and SQL generator.

  • Project mention: Show HN: Open source database diagram editor | news.ycombinator.com | 2024-04-06
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dbgate

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application

  • Project mention: DBeaver – open-source Database client | news.ycombinator.com | 2024-03-10
  • SQL-Server-First-Responder-Kit

    sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, and other SQL Server scripts for health checks and performance tuning.

  • Project mention: Resource Usage Historical Log | /r/SQLServer | 2023-05-08

    I would also check that the server is configured according to best practices - DBA Dash can also help with that. I would also recommend running sp_Blitz. In terms of memory configuration, you should set the max server memory to an appropriate value.

  • FluentMigrator

    Fluent migrations framework for .NET

  • Project mention: Entity Framework Core Owned Entity | dev.to | 2024-02-15

    Fluent Migrator

  • SqlKata Query Builder

    SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird

  • datastation

    App to easily query, script, and visualize data from every database, file, and API.

  • run-aspnetcore-microservices

    Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12

  • dbatools

    🚀 SQL Server automation and instance migrations have never been safer, faster or freer

  • Project mention: Python vs Powershell on *nix Systems | /r/PowerShell | 2023-12-07
  • node-mssql

    Microsoft SQL Server client for Node.js

  • Project mention: Ask HN: Are you using MSSQL at work, is it popular? | news.ycombinator.com | 2024-01-26

    Not that often. They're more likely to be c#/java/native places. But there's no barrier really: https://www.npmjs.com/package/mssql

  • go-mysql-server

    A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.

  • Project mention: A MySQL compatible database engine written in pure Go | news.ycombinator.com | 2024-04-09
  • EFCorePowerTools

    Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI

  • Project mention: The comprehensive guide to Entity Framework Core | dev.to | 2023-10-16

    Ef Core Power Tools - github repository

  • sqlserver-kit

    Useful links, scripts, tools and best practice for Microsoft SQL Server Database

  • Motor Admin

    Deploy a no-code admin panel for your application in less than a minute. Stop wasting time on custom internal tools and focus on the actual product. Motor Admin allows to launch a custom admin panel for any application.

  • naming-convention

    Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell

  • msphpsql

    Microsoft Drivers for PHP for SQL Server

  • Project mention: Microsoft sqlsrv.so Extension for MS SQL - need ODBC ? | /r/synology | 2023-10-02

    Using the Microsoft github area for this, I grabbed the PHP shared library (.so) files for Debian 10. [Was this the right flavour to grab for Synology?]

  • mssql-docker

    Official Microsoft repository for SQL Server in Docker resources

  • gnomock

    Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

sql-server related posts

Index

What are some of the best open-source sql-server projects? This list will help you:

Project Stars
1 Prisma 37,151
2 Hasura 30,810
3 beekeeper-studio 15,274
4 Bitwarden 14,318
5 dbal 9,360
6 azuredatastudio 7,442
7 drawdb 6,154
8 dbgate 4,252
9 SQL-Server-First-Responder-Kit 3,207
10 FluentMigrator 3,120
11 SqlKata Query Builder 2,997
12 datastation 2,854
13 run-aspnetcore-microservices 2,401
14 dbatools 2,329
15 node-mssql 2,209
16 go-mysql-server 2,182
17 EFCorePowerTools 1,982
18 sqlserver-kit 1,970
19 Motor Admin 1,907
20 naming-convention 1,789
21 msphpsql 1,764
22 mssql-docker 1,657
23 gnomock 1,305

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com