elixir/docker
Franciszek Stachura 5e8eb77912 Migrate from bsddb3 to berkeleydb
Following official documentation, move away from bsddb3 to berkeleydb.
https://www.jcea.es/programacion/pybsddb.htm

Main change: key and values are now bytes and not strings.

The code diff is really simple because all operations on keys/values is
done from elixir/data.py and that works fine with both bytes and
strings (it does explicit casting).
2024-11-07 16:55:14 +01:00
..
000-default.conf Dockerfile: update to support WSGI Elixir 2024-08-27 11:33:19 +02:00
Dockerfile Migrate from bsddb3 to berkeleydb 2024-11-07 16:55:14 +01:00