-
0cd2893
remove hg mirror
patx · 2026-05-05T03:08:52-04:00
-
0993aa3
Added tag v0.9.2 for changeset d6528ea514c9
patx · 2026-05-05T03:03:56-04:00
-
871f06f
Update badges and descriptions in index.html
Harrison Erd · 2026-01-06T03:04:35-05:00
-
3e8c289
Revise load method return type in documentation
Harrison Erd · 2026-01-04T23:50:53-05:00
-
3c97641
Bump version from 1.5 to 1.6
Harrison Erd · 2026-01-04T23:47:38-05:00
-
c17988c
Modify load method to support method chaining
Harrison Erd · 2026-01-04T23:45:48-05:00
-
ad2b2f9
Update dependencies listed in index.html
patx · 2025-12-28T20:36:43-05:00
-
7f0e0af
Enhance styles and add comparison table for PickleDB vs PickleDBSQLite
patx · 2025-12-22T00:28:32-05:00
-
3a0787a
Add section explaining PickleDB vs PickleDBSQLite
patx · 2025-12-21T14:32:36-05:00
-
b6588e7
Update documentation for SQLite backend details
patx · 2025-12-21T14:25:52-05:00
-
0a94a42
introduce sqlite as optional backend replacement for a safer and more thread safe env
patx · 2025-12-21T01:30:53-05:00
-
28bbbb5
update index.html
patx · 2025-12-15T15:10:38-05:00
-
ddd8eb0
deleted testing files unneeded
patx · 2025-12-15T00:10:52-05:00
-
f1e0a23
redesign docs page to be more modern and easxier to read. even added a few emojis
patx · 2025-12-14T23:32:30-05:00
-
5ba583a
update index.html
patx · 2025-12-11T01:45:36-05:00
-
0d25ee6
fix stupidity in pyproject.toml
patx · 2025-12-10T21:12:07-05:00
-
f5f8993
edit index.html to include a shameless plug for mkvDB
patx · 2025-12-10T21:08:32-05:00
-
77f2e28
fix typo in readme
patx · 2025-12-10T16:30:14-05:00
-
f132506
improve website, simplify readme, load now returns self instead of nothing
patx · 2025-12-10T16:25:27-05:00
-
9b47045
update website to be a comprehensive resource, simplify github readme and direct to website, update readme path in pyproject.toml
patx · 2025-12-10T14:32:17-05:00
-
edb62d3
Rewrite PickleDB core, add full test suite, async optimizations, benchmarks, and project cleanup. - Added dualmethod sync/async API and improved context manager behavior - Added/updated comprehensive pytest suite (sync, async, concurrency, atomic writes, 1M-key stress test) - Added benchmark.py for performance testing - Migrated project to pyproject.toml - Updated README + simplified website
patx · 2025-12-10T14:09:36-05:00
-
cc8490b
push dev version for public review, added vectored search (work in progress)
patx · 2025-11-26T02:54:56-05:00
-
f20b0d0
make AsyncPickleDB fully async with context manager support
patx · 2025-08-11T12:49:42-04:00
-
46ab99f
Merge branch 'master' of https://github.com/patx/pickledb
patx · 2025-02-16T14:52:23-05:00
-
a64b761
updated commands.html to clearly show asyncpickledb is a subclass of pickledb
patx · 2025-02-16T14:51:35-05:00
-
904d74b
Update pickledb.py
Harrison Erd · 2025-02-11T23:47:17-05:00
-
7e09904
Update pickledb.py
Harrison Erd · 2025-02-11T23:46:32-05:00
-
50d2242
update tests with better async coverage
patx · 2025-02-10T14:45:03-05:00
-
061b138
updated tests
patx · 2025-02-10T14:33:44-05:00
-
b2dc24c
updated tests
patx · 2025-02-10T14:33:14-05:00
-
cd8aa9f
Update README.md
Harrison Erd · 2025-02-09T22:31:44-05:00
-
c70078d
Merge branch 'master' of https://github.com/patx/pickledb
patx · 2025-02-09T22:23:31-05:00
-
140c0a3
fix mobile display for buttons on index.html
patx · 2025-02-09T22:22:49-05:00
-
9dfe2f5
Update README.md
Harrison Erd · 2025-02-09T22:14:54-05:00
-
68dacfa
add syntax highlinting to code examples in guide.html
patx · 2025-02-09T21:58:36-05:00
-
8859513
Update README.md
Harrison Erd · 2025-02-09T21:29:02-05:00
-
2bb5900
clean readme
patx · 2025-02-09T21:13:55-05:00
-
8de2505
revamped the website and the readme.md for clearer documentation
patx · 2025-02-09T21:06:42-05:00
-
94f1df9
update index.html action buttons
patx · 2025-02-09T17:39:16-05:00
-
fce3702
update index.html
patx · 2025-02-09T17:02:59-05:00
-
8dcead8
Update README.md
Harrison Erd · 2025-02-09T17:02:03-05:00
-
224c390
update readme.md
patx · 2025-02-09T16:25:35-05:00
-
f1bb9ac
added documentation on AsyncPickleDB in readme.
patx · 2025-02-09T16:17:00-05:00
-
bc66d82
added AsyncPickleDB API docs on commands.html
patx · 2025-02-09T11:57:24-05:00
-
f065f82
fix asave method
patx · 2025-02-08T22:46:05-05:00
-
934eb46
added more methods to AsyncPickleDB class
patx · 2025-02-08T22:20:52-05:00
-
2dbe294
Update README.md
Harrison Erd · 2025-02-08T21:12:52-05:00
-
443f0c2
added aiofiles use for asave()
patx · 2025-02-08T21:08:57-05:00
-
24600bf
added very basic async support
patx · 2025-02-08T21:02:38-05:00
-
d669ba4
add context manager for save() for batched operations closes #101
patx · 2025-02-08T20:36:21-05:00