All Projects → go-gorm → sqlserver

go-gorm / sqlserver

Licence: MIT license
GORM sqlserver driver

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to sqlserver

Sqlinjectionwiki
一个专注于聚合和记录各种SQL注入方法的wiki
Stars: ✭ 402 (+1118.18%)
Mutual labels:  mssql, sqlserver
typetta
Node.js ORM written in TypeScript for type lovers.
Stars: ✭ 44 (+33.33%)
Mutual labels:  mssql, sqlserver
gothic
🦇 Gothic is a user registration and authentication SWT/JWT microservice. It supports REST, gRPC, and gRPC Web API, reCAPTCHA & a variety of DBs with Gorm.
Stars: ✭ 65 (+96.97%)
Mutual labels:  gorm, sqlserver
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+54954.55%)
Mutual labels:  mssql, sqlserver
Sqlinjectionwiki
A wiki focusing on aggregating and documenting various SQL injection methods
Stars: ✭ 623 (+1787.88%)
Mutual labels:  mssql, sqlserver
Connectors
Connectors simplify connecting to standalone and CloudFoundry services
Stars: ✭ 28 (-15.15%)
Mutual labels:  mssql, sqlserver
tsql-scripts
Transact-SQL scripts and gists
Stars: ✭ 35 (+6.06%)
Mutual labels:  mssql, sqlserver
ProductsStoreOnKubernetes
Demoing deployment of Docker containers into Kubernetes for both minikube and Azure AKS.
Stars: ✭ 90 (+172.73%)
Mutual labels:  sqlserver
nested-set
Nested Set is an Go implementation of the Nested set model for Gorm.
Stars: ✭ 44 (+33.33%)
Mutual labels:  gorm
simple-ddl-parser
Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc. & table properties, types, domains, etc.
Stars: ✭ 76 (+130.3%)
Mutual labels:  mssql
data-profiling
a set of scripts to pull meta data and data profiling metrics from relational database systems
Stars: ✭ 57 (+72.73%)
Mutual labels:  sqlserver
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+196.97%)
Mutual labels:  sqlserver
Microsoft.SqlServer.Types
a .NET Standard implementation of the spatial types in `Microsoft.SqlServer.Types`
Stars: ✭ 64 (+93.94%)
Mutual labels:  sqlserver
ego
Go微服务.A simple and component-based microservice kit for go.
Stars: ✭ 765 (+2218.18%)
Mutual labels:  gorm
go-ddd-api
API with domain driven design approach using golang, gorm, and mysql
Stars: ✭ 136 (+312.12%)
Mutual labels:  gorm
kuu
Modular Go Web Framework based on GORM and Gin.
Stars: ✭ 15 (-54.55%)
Mutual labels:  gorm
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+87457.58%)
Mutual labels:  sqlserver
grails-audit-logging-plugin
The Grails Audit Logging Plugin
Stars: ✭ 49 (+48.48%)
Mutual labels:  gorm
sql-surveyor
High-level SQL parser. Identify tables, columns, aliases and more from your SQL script in one easy to consume object. Supports PostgreSQL, MySQL, SQL Server and Oracle (PL/SQL) dialects.
Stars: ✭ 19 (-42.42%)
Mutual labels:  mssql
clean-gin
Implementation of clean architecture in Go, Gin with dependency injection.
Stars: ✭ 181 (+448.48%)
Mutual labels:  gorm

GORM SQL Server Driver

USAGE

import (
  "gorm.io/driver/sqlserver"
  "gorm.io/gorm"
)

// github.com/denisenkom/go-mssqldb
dsn := "sqlserver://gorm:LoremIpsum86@localhost:9930?database=gorm"
db, err := gorm.Open(sqlserver.Open(dsn), &gorm.Config{})

Checkout https://gorm.io for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].