On this page http://www.zope.org/Products at the bottom is a full list of Zope products but most of them are available for Zope 2 not for Zope 3 e.g. ZMySQLDA.
Where I can find list of all Products only for Zope 3? Or maybe I am wrong and this list is for Zope2 and Zope3?
There is nothing like a "product" for Zope 3. In particular there is nothing like "Zope 3" anymore - there is only the Zope Tool Kit aka ZTK and the "Bluebream" application server (based on ZTK). The term "Zope 3" is dead.
In general you can integrate external database on top of SQLAlchemy e.g. through the zope.sqlalchemy package (transactional support with the ZODB).
Apart from that: you can use most Python packages directly with Zope 2, ZTK or Bluebream (where is makes sense). Always check on PyPI if there is something related to the Zope specific integration (search by classifier or fulltext search). You may also check svn.zope.org - at least all relevant packages are in the repository - so may check out for related packages by their names.