Database Schema Managing Framework/Library
Posted
by Karol Kolenda
on Stack Overflow
See other posts from Stack Overflow
or by Karol Kolenda
Published on 2010-06-09T17:12:08Z
Indexed on
2010/06/09
17:12 UTC
Read the original article
Hit count: 381
I'm looking for any database framework/library for .net which will act as a unified layer between an application and databases. Please note that I'm not interested in querying/updating data (there is plenty of DALs for that) but rather a framework which allows me to manage table schemas and indexes in a managed fashion (without using database specific SQL). I'm particularly interested in a library which supports Oracle, SQL Server and PostreSQL.
© Stack Overflow or respective owner