Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 718 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 718 Bytes

CsDO - v1.0

It is an SQL Builder, Object Interface to Database Tables. An ORM (Object-Relational Mapping) library based on DataObjects from php PEAR. It does:

  1. Build SQL statements based on the objects vars and the builder methods;
  2. Act as a datastore for a table row

The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. Included there is a Generator to make your configuration files and your base classes.

Created by Alessandro Binhara and Alexandre Rocha Lima e Marcondes from Mono Brasil Team

CSharp DataObject - CsDO
Copyright (c) 2005, Mono Brasil
All rights reserved.

Licensed under dual licensing: BSD and MIT/X11