add a way to provide primary_key or autogenerate documents ids

This commit is contained in:
tamo
2021-05-25 17:55:45 +02:00
committed by Tamo
parent 06c414a753
commit 4536dfccd0
3 changed files with 338 additions and 16 deletions

View File

@ -48,6 +48,7 @@ const BASE_CONF: Conf = Conf {
"Notstandskomitee ", // 4
],
configure: base_conf,
primary_key: Some("id"),
..Conf::BASE
};