Skip to content

Commit 4fcbfff

Browse files
authored
Merge pull request #33 from ambarltd/sqlserver
Support Microsoft SQL Server
2 parents 8390a56 + 36a7a53 commit 4fcbfff

File tree

9 files changed

+1006
-20
lines changed

9 files changed

+1006
-20
lines changed

emulator.cabal

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ library emulator-lib
4545
Ambar.Emulator.Connector.File
4646
Ambar.Emulator.Connector.Poll
4747
Ambar.Emulator.Connector.Postgres
48+
Ambar.Emulator.Connector.MicrosoftSQLServer
4849
Ambar.Emulator.Connector.MySQL
4950
Ambar.Emulator.Projector
5051
Ambar.Emulator.Queue
@@ -58,6 +59,7 @@ library emulator-lib
5859
Ambar.Transport.Http
5960
Ambar.Transport.File
6061
Database.MySQL
62+
Database.MicrosoftSQLServer
6163
Utils.Async
6264
Utils.Delay
6365
Utils.Directory
@@ -72,6 +74,7 @@ library emulator-lib
7274
, aeson
7375
, aeson-pretty
7476
, async
77+
, base16
7578
, base64
7679
, bytestring
7780
, binary
@@ -86,11 +89,15 @@ library emulator-lib
8689
, http-client
8790
, http-client-tls
8891
, http-types
92+
, ms-tds
93+
, mssql-simple
94+
, ms-tds
8995
, mysql
9096
, mysql-simple
9197
, postgresql-simple
9298
, prettyprinter
9399
, random
100+
, scientific
94101
, stm
95102
, text
96103
, time
@@ -114,6 +121,7 @@ test-suite emulator-tests
114121
Test.Connector
115122
Test.Connector.MySQL
116123
Test.Connector.PostgreSQL
124+
Test.Connector.MicrosoftSQLServer
117125
Test.Emulator
118126
Test.OnDemand
119127
Test.Transport

0 commit comments

Comments
 (0)