-
Updated
Sep 16, 2020 - TypeScript
#
sqlserver

Microsoft's SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
Here are 1,221 public repositories matching this topic...
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
electron
javascript
mysql
typescript
react-native
orm
database
sap
sqlite
postgresql
oracle
mariadb
websql
typeorm
sap-hana
active-record
sqlserver
data-mapper
cockroachdb
csharp
dotnet
vuejs2
oracle
mysql-server
ios-swift
springboot
postgresql-database
sqlserver
tidb
fastjson
typescript2
-
Updated
Sep 16, 2020 - Java
Flyway by Redgate • Database Migrations Made Easy.
mysql
java
devops
sql
database
continuous-delivery
postgresql
continuous-deployment
oracle
mariadb
database-migrations
database-management
database-administration
aurora
flyway
boxfuse-gmbh
java-library
db2
sqlserver
redgate
database-deployment
-
Updated
Sep 17, 2020 - Java
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
mysql
ecommerce
sql
shopping-cart
shop
dotnet
aspnetcore
entity-framework
dotnet-core
asp-net-core
asp-net
sqlserver
nopcommerce
linq2db
fluentmigrator
-
Updated
Sep 16, 2020 - C#
jOOQ is the best way to write SQL in Java
mysql
java
sql
orm
database
code-generator
jdbc
jpa
postgresql
oracle
sql-query
hibernate
sql-builder
db2
sqlserver
sql-query-builder
jooq
sql-query-formatter
jdbc-utilities
sql-formatter
-
Updated
Sep 17, 2020 - Java
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
mysql
java
parser
paypal
sql
postgresql
oracle
ast
statement
hierarchy
sqlserver
sql-statement
jsqlparser
-
Updated
Sep 16, 2020 - Java
Single file PHP script that adds a REST API to a SQL database
mysql
php
crud
database
geojson
rest-api
sqlite
geospatial
restful
postgresql
swagger
openapi
api-server
postgis
php-api
sql-database
sqlserver
ubuntu-linux
automatic-api
multi-database
-
Updated
Sep 14, 2020 - PHP
2881099
commented
Apr 23, 2020
本篇文章内容引导,如何在 asp.net core 项目中使用特性(注解) 的方式管理事务。
UnitOfWorkManager 只可以管理 Repository 仓储对象的事务,直接 fsql.Insert<T>() 是不行的!!
支持六种传播方式(propagation),意味着跨方法的事务非常方便,并且支持同步异步:
- Requierd:如果当前没有事务,就新建一个事务,如果已存在一个事务中,加入到这个事务中,默认的选择。
- Supports:支持当前事务,如果没有当前事务,就以非事务方法执行。
- Mandatory:使用当前事务,如果没有当前事务,就抛出异常。
- NotSupported:以非事务方式执行操作,如果当前存在事务,就把当前事务挂起。
- Never:以非事务方式执行操作,如果当前事务存在则抛出异常。
- Nested:以嵌套事
Fast, Simple, Typed ORM for .NET
mysql
c-sharp
linq
orm
high-performance
sqlite
postgresql
oracle
firebird
poco
sqlserver
net-core
net-framework
-
Updated
Sep 7, 2020 - C#
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
mysql
redis
sql
orm
cross-platform
dotnet
dotnetcore
high-performance
sqlite
cache
postgresql
distributed-computing
oracle
zookeeper
dotnet-core
mybatis
sqlserver
skywalking
smartsql
read-write-separation
-
Updated
Aug 2, 2020 - C#
tbls is a CI-Friendly tool for document a database, written in Go.
mysql
markdown
bigquery
continuous-integration
sqlite
excel
dynamodb
postgresql
documentation-tool
plantuml
redshift
sqlserver
database-schema
spanner
er-diagram
database-document
-
Updated
Sep 5, 2020 - Go
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
mysql
redis
ioc
memcached
mongodb
code-generator
dotnetcore
sqlite
postgresql
oracle
codefirst
efcore
sqlserver
autofac
aspectcore
-
Updated
Aug 7, 2020 - C#
Statically typechecks a common SQL dialect and translates it to various RDBMS backends
-
Updated
Jul 13, 2020 - F#
特色:vs插件或者t4一键生成entity 支持配置非物理外键。分离linq转sql引擎(原生linq非扩展)和执行dal功能,支持异步,支持netcore2.0
-
Updated
May 11, 2020 - C#
SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
mysql
java
synchronization
database
replication
postgresql
oracle
firebird
db2
sqlserver
platform-independent
sybase
cdc
data-replication
informix
as400
h2-database
-
Updated
Sep 16, 2020 - Java
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
mysql
sql
database
cassandra
sqlite
postgresql
migration
mariadb
flyway
underscore
sqlserver
cockroachdb
evolve
dotnet-tool
-
Updated
Aug 14, 2020 - C#
Get SQL Server notification on record table change
notifications
tracking
sql
monitor
sql-server
database
table
changes
audit
change
notification
record
sqlserver
insert
database-table
service-broker
receive-notifications
sqltabledependency
-
Updated
Apr 20, 2020 - C#
CRUD for Dapper
mysql
crud
repository
nuget
micro-orm
query-builder
dapper
poco
sql-generation
sqlserver
dapper-extensions
dapper-donet-core
dapper-microorm
dapper-crud
-
Updated
Aug 30, 2020 - C#
Environment
Liquibase Version: 4.0.0
Liquibase Integration & Version: spring boot 2.3.2
Liquibase Extension(s) & Version:
Database Vendor & Version: MySql 8.0.15
Operating System Type & Version: Ubuntu 18.04.3
Description
Fail when t