Software:SubSonic
From HandWiki
Revision as of 21:00, 5 March 2021 by imported>JMinHep (simplify)
Developer(s) | Rob Conery with a core team of developers |
---|---|
Stable release | [1]
/ July 10, 2009 |
Written in | C# |
Operating system | Cross-platform |
Platform | .NET (versions 2, 3, 3.5) |
Type | Object-relational mapping |
License | Mozilla Public License 1.1 |
Website | github |
SubSonic is an open source object-relational mapper for Microsoft .NET Framework maintained by Rob Conery. The current version is 3.0, released in July 2009.
Supported databases
SubSonic 3.0 supports databases that can be used through System.Data.Common
:
- Microsoft SQL Server (2005-2008)
- MySQL (5.0 +)
- PostgreSQL
- SQLite
- SQL CE
- VistaDB
- Oracle Database
External links