dmanty45 / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

improved database connector #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The old database connector was based in SQLalchemy.
In fact, this was a left-over from 1.6.* series whre SQLalchemy was used as the 
database manager; but IMHO SQLalchemy is way too complicated....
This new database connector is better suited for using python database modules 
straight-away. This make usage much simpler; you can use SQL to to database 
manipulation.
(nothing prevents the use of SQLalchemy however...).

Original issue reported on code.google.com by hjebb...@gmail.com on 18 Jan 2011 at 12:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:44