conduit icon indicating copy to clipboard operation
conduit copied to clipboard

Database implementation for SQLite3

Open lyuboxa opened this issue 8 months ago • 0 comments

Description

Uses non-ego driver, only sets some default pragmas.

  • Ensure journal mode is set to WAL
  • Add options to CLI/Config

Quick checks:

  • [x] I have followed the Code Guidelines.
  • [x] There is no other pull request for the same update/change.
  • [x] I have written unit tests.
  • [x] I have made sure that the PR is of reasonable size and can be easily reviewed.

lyuboxa avatar Jun 28 '24 22:06 lyuboxa