DocumentLbrary with databases
7 Oct
2002
7 Oct
'02
10:03 a.m.
Hi Paul and All, Is it possible to use DocumentLibrary with PostgreSQL (or MySql) as a database for storing files and file properties ? Thanks. Fabien.
7 Oct
7 Oct
5:10 p.m.
New subject: [Zope] Re: DocumentLbrary with databases
Is it possible to use DocumentLibrary with PostgreSQL (or MySql) as a database for storing files and file properties ?
No, the only options available are either to store the documents and properties the ZODB, or with the Robin Farine patch, you can store the documents on the local filesystem with the properties still in the ZODB (it uses the ExternalFile product). You can do searches on properties or content quite easily though, with the Catalog it builds of all of the documents... Happy Zoping, ;) Paul
8582
Age (days ago)
8582
Last active (days ago)
1 comments
2 participants
participants (2)
-
Fabien Nkundabagenzi -
Paul Tiemann