ponyorm / pony

Pony Object Relational Mapper
Apache License 2.0
3.64k stars 245 forks source link

HQSLDB data base support #397

Open tzipperle opened 6 years ago

tzipperle commented 6 years ago

I read in the docu that is it easy to add other data bases to Pony - in my case HQSLDB.

Pony can easily be extended to incorporate additional database providers...

How could I add a HQSLDB data base? Thanks

sashaaero commented 6 years ago

Hello, @tzipperle. You should implement module that extends our dbapiprovider.py. These modules are in pony/orm/dbproviders directory. You can take a look at other models and do the same for your provider. Actually this task is not that easy so I'm not sure anyone can add support. I think we will change this sentence in documentation.

Maybe someday we will implement this by ourselves so I won't close this issue.