issues
search
patx
/
pickledb
pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
923
stars
125
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: [pickledb.py] try-except issue #91
#93
kiansahafi
opened
4 months ago
0
Loading pickeldb just after successful attempt fails
#92
ts0924
opened
1 year ago
0
Useless "try-except" in "PickeDB.get"
#91
Otomatyk
opened
1 year ago
0
APPEND key more
#90
Kelvin-Data
opened
1 year ago
2
Add file deletion option to deldb()
#89
transiscodev
opened
1 year ago
0
Fix TypeError: sigterm_handler() takes 0 positional arguments but 2 were given
#88
joedborg
closed
1 year ago
0
Getting JSONDecodeError
#87
rmnijgh
closed
3 months ago
4
numpy array support
#86
dineshbvadhia
opened
2 years ago
1
Ensure atomicity during database dump
#85
mougams
closed
1 year ago
2
Set UTF-8 Encoding
#84
nodir-malikov
opened
2 years ago
0
Read-only file system error
#83
oliver408i
closed
2 years ago
2
DB file not created
#82
bgx25
closed
2 years ago
2
Added support for indenting
#81
eeriemyxi
opened
3 years ago
0
why json.dump data twice?
#80
ycombo
opened
3 years ago
1
Can it scale up to million records?
#79
salemalem
opened
3 years ago
0
Merge my pickledb version
#78
tory1103
opened
3 years ago
0
Feature: Append to db
#77
tommydb
opened
3 years ago
2
Adding ability to retrieve entries that match string.
#76
ooojpeg
opened
3 years ago
0
Bug: `sigterm_handler()` takes 0 positional arguments but 2 were given
#75
rossmacarthur
opened
3 years ago
1
lgetall leaks the db abstraction
#74
sagi-schein
opened
3 years ago
0
feature: pass kwargs to json.dump
#73
SimonDeRidder
opened
4 years ago
0
Add some feature
#72
FhyTan
opened
4 years ago
0
feature: Return None instead of False
#71
j123b567
opened
4 years ago
2
bug: reuse of exception causing memory leak
#70
j123b567
opened
4 years ago
0
lremvalue function doesn't have self._autodumpdb()
#69
nerazin
closed
4 years ago
1
bug: sigterm_handler has wrong number of parameters
#68
j123b567
closed
1 year ago
2
Allow to set file permissions to db
#67
mougams
closed
2 years ago
0
Switching to OrderedDict
#66
acimnotes
closed
4 years ago
2
db.lremvalue(key, value) doesn't dump to file when auto_dump is True.
#65
Teraskull
closed
4 years ago
3
replaced the usage of lrem to lremlist in the test cases
#64
vikneswaran20
closed
5 years ago
0
Test cases fails due to the usage of lrem
#63
vikneswaran20
closed
5 years ago
0
LRANGE implementation for pickle db
#62
vikneswaran20
closed
5 years ago
0
LRANGE command which return the subset of the list
#61
vikneswaran20
closed
5 years ago
1
DOC: What does autodump from pickledb.load do?
#60
MartinThoma
closed
5 years ago
1
Allow loading of currently empty files
#59
PieterjanMontens
closed
5 years ago
0
Incorrect documention for LREMLIST
#58
BeyondEvil
closed
5 years ago
1
pass in a json encoder function to json.dumps
#57
academyofzhuang
closed
4 years ago
0
Use of Threading
#56
shikharsngh
opened
5 years ago
1
why use json replace simplejson and pickle?
#55
mouday
opened
5 years ago
1
Adding support for yaml serialization
#54
lecardozo
opened
5 years ago
0
Add LICENSE
#53
xhochy
closed
4 years ago
0
Add a LICENSE file
#52
xhochy
closed
5 years ago
0
Typo on Website
#51
only-cliches
closed
5 years ago
1
`Exception calling application: signal only works in main thread`
#50
AdamLeyshon
closed
5 years ago
1
Ability for the user to supply encryption function
#49
Rafi993
closed
5 years ago
2
add autodump to lremvalue
#48
acifani
closed
5 years ago
0
return False instead of breaking into an exception
#47
flipchan
closed
5 years ago
0
write mode is wt, but read mode is rb which errors on python3
#46
juanino
closed
5 years ago
4
Problem with reloading an already created db. TypeError: the JSON object must be str, not 'bytes'
#45
mianchd
closed
5 years ago
6
auto_dump parameter refactor proposal
#44
aaronfc
closed
6 years ago
1
Next