Re: [sqlite] Opening a CEROD db using Python

2016-07-05 Thread Richard Hipp
On 7/5/16, David Lederkremer wrote: > I am trying to work with DBs and I find Python very convenient to do so, but > I could only open databases that are not encrypted/compressed. My company > has CEROD and some of the DBs were made using the CEROD extension. > Is there any way I can connect to su

[sqlite] Opening a CEROD db using Python

2016-07-05 Thread David Lederkremer
I am trying to work with DBs and I find Python very convenient to do so, but I could only open databases that are not encrypted/compressed. My company has CEROD and some of the DBs were made using the CEROD extension. Is there any way I can connect to such DBs and work with them using Python? Th