Skip to content

Commit f5acb3d

Browse files
committed
Update README.md
1 parent 0319c65 commit f5acb3d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,13 @@ var count = connection.RecordCount<User>("Where age > 20");
366366

367367
Database support
368368
---------------------
369-
* There is an option to change database dialect. Default is Microsoft SQL Server but can be changed to PostgreSQL or SQLite and possibly others down the road.
369+
* There is an option to change database dialect. Default is Microsoft SQL Server but can be changed to PostgreSQL, SQLite or MySQL and possibly others down the road.
370370
```csharp
371371
SimpleCRUD.SetDialect(SimpleCRUD.Dialect.PostgreSQL);
372372

373373
SimpleCRUD.SetDialect(SimpleCRUD.Dialect.SQLite);
374+
375+
SimpleCRUD.SetDialect(SimpleCRUD.Dialect.MySQL);
374376
```
375377

376378
Do you have a comprehensive list of examples?
@@ -379,7 +381,3 @@ Dapper.SimpleCRUD has a basic test suite in the [test project](https://github.co
379381
380382
There is also a sample website showing working examples of the the core functionality in the [demo website](https://github.com/ericdc1/Dapper.SimpleCRUD/tree/master/DemoWebsite)
381383
382-
Future
383-
---------------------
384-
I am considering the following based on feedback:
385-
* Support for more database types (Firebird, SQLCe, etc)

0 commit comments

Comments
 (0)