Skip to content

Commit

Permalink
Updated documentation re SQLite support. #62.
Browse files Browse the repository at this point in the history
  • Loading branch information
hisystems committed Jul 26, 2012
1 parent c04efe3 commit 065ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@

Overview
--------
The DatabaseObjects library is .NET object relational mapping tool that contains a large set of powerful classes that interface to the underlying database system. Classes and properties in the business layer / model are marked with attributes (or functions overridden) in order to indicate the table and field mappings to the database. The library is simple, powerful and easy to learn. There are no external files to setup - everything is setup using standard object-oriented techniques. It is light-weight, flexible and provides facilities for ensuring maximum performance. The library supports access to Microsoft Access, SQL Server, MySQL, HyperSQL and Pervasive database systems. It is also under active development and requests for changes are always welcome.
The DatabaseObjects library is .NET object relational mapping tool that contains a large set of powerful classes that interface to the underlying database system. Classes and properties in the business layer / model are marked with attributes (or functions overridden) in order to indicate the table and field mappings to the database. The library is simple, powerful and easy to learn. There are no external files to setup - everything is setup using standard object-oriented techniques. It is light-weight, flexible and provides facilities for ensuring maximum performance. The library supports access to Microsoft Access, SQL Server, MySQL, SQLite, HyperSQL and Pervasive database systems. It is also under active development and requests for changes are always welcome.

License
-------
Expand Down

0 comments on commit 065ea42

Please sign in to comment.