Skip to content

Commit

Permalink
Update Db.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgn authored May 13, 2020
1 parent 740f909 commit 785934f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiDBHelper/lib/MultiDBHelper/Enums/Db.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace MultiDBHelper.Enums
{
public enum Db { MSSQLServer, MySQL, PostgreSQL, Oracle, Firebird, SQLite }
public enum RDBMSProvider { MSSQLServer, MySQL, PostgreSQL, Oracle, Firebird, SQLite }
}

0 comments on commit 785934f

Please sign in to comment.