Python Database Apps

Jonathan Gardner jgardner.jonathangardner.net at gmail.com
Thu Sep 13 16:00:22 EDT 2007


On Sep 12, 9:38 pm, Prateek <sure... at gmail.com> wrote:
> Have you checked out Brainwave?http://www.brainwavelive.com
>
> We provide a schema-free non-relational database bundled with an app
> server which is basically CherryPy with a few enhancements (rich JS
> widgets, Cheetah/Clearsilver templates). Free for non-commercial use.
>

You might want to rethink how you are handling databases. What sets
your database apart from hierarchical or object-oriented databases? Do
you understand why people prefer relational databases over the other
options? There's a reason why SQL has won out over all the other
options available. You would do well to understand it rather than
trying out things we already know do not work.




More information about the Python-list mailing list