cdb, branch HEAD Constant database manipulation utility 2a0d87cc4eda76a89b64fd3aed83e49765b46cf2 2023-06-07T12:27:05Z 2023-06-07T12:32:33Z [1.2] Add function to print multiple records Willy Goiffon contact@z3bra.org commit 2a0d87cc4eda76a89b64fd3aed83e49765b46cf2 parent e0826edd95958d320872f63bd0163b3b9cc8b66c Author: Willy Goiffon <contact@z3bra.org> Date: Wed, 7 Jun 2023 14:27:05 +0200 Add function to print multiple records e0826edd95958d320872f63bd0163b3b9cc8b66c 2022-08-31T23:56:51Z 2022-08-31T23:56:51Z [1.1] Implement skip function when retrieving keys Willy Goiffon dev@z3bra.org commit e0826edd95958d320872f63bd0163b3b9cc8b66c parent 89ac8e8768591d2aba27e74acaab2cec4ca685b3 Author: Willy Goiffon <dev@z3bra.org> Date: Thu, 1 Sep 2022 01:56:51 +0200 Implement skip function when retrieving keys 89ac8e8768591d2aba27e74acaab2cec4ca685b3 2022-08-31T21:10:29Z 2022-08-31T21:10:33Z [1.0] Ensure tmp file is in the same dir as db Willy Goiffon dev@z3bra.org commit 89ac8e8768591d2aba27e74acaab2cec4ca685b3 parent 89ba7b25c8c30471d0801894c0615321a0e6de2d Author: Willy Goiffon <dev@z3bra.org> Date: Wed, 31 Aug 2022 23:10:29 +0200 Ensure tmp file is in the same dir as db This is to ensure that os.Rename() works as it cannot move files between devices. Which can happen if /tmp is mounted as a tmpfs for example.