Malex / FrozenFW

A web framework, written in python
http://malexprojects.ath.cx/?p=FrozenFW
GNU General Public License v3.0
1 stars 0 forks source link

XML Database #15

Open Malex opened 13 years ago

Malex commented 13 years ago

Add a plugin to use a XML file as Database (instead of mongoDB).

Malex commented 13 years ago

I guess using lxml. Especially if issue #12 is accepted.

Malex commented 13 years ago

Well, in most cases XML is not a good choice for python, I know. In fact, you should use this plugin only if you have to work with already existing xml databases, use mongodb (or even an sql-base db) instead.