On Tue, Sep 11, 2012 at 10:22 PM, Sajjada Akhter <[email protected]>wrote:

> My question was should I write db driver etc but I do so I will need to be
> able to participate in framework Dev right?
>
>
You'll have a wider audience who may be able to answer this question:

> I am not sure if i should just use simiple pyorient like library to
access orientDB or should i write new db driver etc

on django-users. This seems to be asking if you should use an existing
library (not Django ORM interface) to access this OrientDB or if you should
write a new Django DB backend (this providing Django ORM interface) to
access this DB. The answer to that question in large part depends on
whether it is worthwhile, for you, given your anticipated needs, to go to
the effort of writing a new backend to get the Django ORM interface or if
the existing library you mention might be easier and sufficient for your
needs.

If you do decide to go the route of writing a new DB backend, that does not
have to be added as part of core Django. While Django has a set of
core-included backends (PostgreSQL, MySQL, Oracle, sqlite) there are others
that are not part of Django and externally maintained (mssql, IBM DB2,
firebird). This list might be useful for asking specific technical
questions when embarking on writing a new DB backend, but for the larger
question you seem to be asking first I think django-users would offer more
useful feedback on your question. There's a greater chance, for example,
that someone on django-users already has experience with the library and DB
you are looking at.

Karen

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to