File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -366,11 +366,13 @@ var count = connection.RecordCount<User>("Where age > 20");
366
366
367
367
Database support
368
368
-------------------- -
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 .
370
370
```csharp
371
371
SimpleCRUD .SetDialect (SimpleCRUD .Dialect .PostgreSQL );
372
372
373
373
SimpleCRUD .SetDialect (SimpleCRUD .Dialect .SQLite );
374
+
375
+ SimpleCRUD .SetDialect (SimpleCRUD .Dialect .MySQL );
374
376
```
375
377
376
378
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
379
381
380
382
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)
381
383
382
- Future
383
- -------------------- -
384
- I am considering the following based on feedback :
385
- * Support for more database types (Firebird , SQLCe , etc )
You can’t perform that action at this time.
0 commit comments