diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-15 17:32:02 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-15 17:32:02 -0400 |
commit | d361bad9e149d4ee95ebdd0c43a87f80613d5200 (patch) | |
tree | d4692fa632b10519104dce3ab66a2f0dff33abe8 /dataobject.ini | |
parent | 499afd8c22fa7b14c5d757f52b1e8e6a91bbaf30 (diff) |
more info at registration time, better message when you're finished
darcs-hash:20080715213202-84dde-7a6a8fadfccc76bda12f3de01d17a1d95daf18b8.gz
Diffstat (limited to 'dataobject.ini')
-rw-r--r-- | dataobject.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dataobject.ini b/dataobject.ini new file mode 100644 index 000000000..7ea2f3bbe --- /dev/null +++ b/dataobject.ini @@ -0,0 +1,11 @@ +[DB_DataObject] + +database = mysql://root:xadani@localhost/stoica +schema_location = /home/evan/Code/laconica/classes +class_location = /home/evan/Code/laconica/classes +require_prefix = classes/ +class_prefix = +db_driver = DB #Use this if you wish to use MDB2 as the driver +quote_identifiers = 0 +generator_exclude_regex = /oid_.*/ +generate_links = 1 |