Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
davidkhess
on Nov 25, 2013
|
parent
|
context
|
favorite
| on:
Why I Like ZODB
If you are interested in object-oriented databases for Python check out Durus:
https://www.mems-exchange.org/software/DurusWorks/
It's design is based on ZODB but with a number of simplifications and no dependencies on Zope.
kilink
on Nov 25, 2013
[–]
In what way does ZODB depend on Zope? It has a dependency on zope.interface, which is pretty minimal, and seems to be widely used outside of the Zope Community (e.g., Twisted).
davidkhess
on Dec 9, 2013
|
parent
|
next
[–]
Whoops. That was a presumption on my part.
mcdonc
on Nov 25, 2013
|
parent
|
prev
[–]
But it has Zope in its name!!!111!! ;-)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It's design is based on ZODB but with a number of simplifications and no dependencies on Zope.