huynguyen-and-friend-projects / smoldb

Simple database in C
1 stars 3 forks source link

feat(all)!: change smoldb to a symlink, add 2 Docker containers #2

Closed nguyenhuy0905 closed 1 month ago

nguyenhuy0905 commented 1 month ago

Change the smoldb file in the root directory into a symlink, instead of a raw executable file. This file points to build/smoldb.

Commit-by: Huy Nguyen

nguyenhuy0905 commented 1 month ago

I just added two Docker containers, one to run the CLI (when the CLI starts functioning) and one to test (mostly mem-leak checks), which also automatically downloads and configure the tools required to compile the app.