You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just discovered Pony ORM, and I'm considering using it for a drug discovery project. For this it's imperative that there is performant structure based searching of entries in the database. I have had success using the chemicalite extension to sqlite for this purpose. Is it possible to use this extension with Pony?
Without pony I am able to load the extension from python as follows:
I have just discovered Pony ORM, and I'm considering using it for a drug discovery project. For this it's imperative that there is performant structure based searching of entries in the database. I have had success using the chemicalite extension to sqlite for this purpose. Is it possible to use this extension with Pony?
Without pony I am able to load the extension from python as follows:
I presume this could cause issues when defining attributes in Pony entities that have custom chemicalite datatypes such as
MOL
.Thank you
The text was updated successfully, but these errors were encountered: