On Sat, Sep 26, 2009 at 12:15 PM, Arun Python <arunpyt...@ymail.com> wrote:
>
> b) Can we create proprietary or sequential database like in C++
> in python for database applications which are not so huge.

> Sequential database in the sense, like creating a data structure
> in the class and getting data from the user and storing it as a file.

sqlalchemy + sqlite may fit your use case. sqlalchemy provides this
"datastructure in the class" (class mappers) and sqlite stores your
database in a file (no servers). quick start:
http://www.rmunn.com/sqlalchemy-tutorial/tutorial.html

-srid
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to