[storm] avoid using transaction

Javier Marcon javiermarcon at gmail.com
Thu Nov 26 14:01:38 UTC 2015


Hello, I need to create a database in postgres and create_database()
only connects but gives a traceback if the database does not exist, so I
ran store.execute("create database mydatabase;") but it fails because
storm sql execution is inside a transaction.

Is there a way to make statements without using transactions in storm?

Thanks,

Javier.



More information about the storm mailing list