Commit graph

15 commits

Author SHA1 Message Date
4435b375ef fix(exit): print exit message on exit via ctrl-d 2025-05-03 19:07:46 +02:00
7fbaec8743 test: ensure startup message is correct 2025-05-03 19:05:16 +02:00
6910407ad2 refactor(error_display): generic display method for error types
this is to better support ariadne in the future
2025-05-03 18:47:43 +02:00
e841a1779e feat(parser): add tokenizer (not actually called) 2025-05-03 18:17:32 +02:00
5b6d878208 refactor(command): generic execute and result type 2025-05-02 20:54:12 +02:00
711d51090e refactor(meta-command): have execute be a member function 2025-05-02 20:46:33 +02:00
ee23572983 refactor: pull things into own files, have a library 2025-05-02 20:43:55 +02:00
4848f2be2f feat(devshell): install cargo semver-checks 2025-05-02 20:34:22 +02:00
a7876f76bf feat(osdb): parse insert and select statements 2025-05-02 20:32:59 +02:00
a9ab0fff01 feat(osdb): basic read loop 2025-05-01 22:02:36 +02:00
6d0b96ef6c feat(devenv): install additional usefull devtools 2025-05-01 21:07:09 +02:00
67cc2e8ca6 feat(devshell): install needed packages for lsp to work 2025-05-01 21:04:46 +02:00
d919ce2bc1 feat(nix): add package for the project 2025-05-01 20:51:33 +02:00
edc3a7b532 feat(rust): initialize rust project 2025-05-01 19:34:18 +02:00
75c366d508 feat(nix): devenv with flake 2025-05-01 19:34:07 +02:00