semidbm icon indicating copy to clipboard operation
semidbm copied to clipboard

Cross platform (fast) DBM interface in python

Results 13 semidbm issues
Sort by recently updated
recently updated
newest added

I need to convert dbhash because it's not supported in python3, so in python2 I: * try to open as semidb * if fail, open as dbhash, copy keys to...

## The Problem There is often a need on Google App Engine to have a simple read-only database or key value store. This comes up when one wants to store...

I have a dbm I use that I access via read-only sdbm handle in a web server, I never write to this handle (which wouldn't be possible anyway), but every...