Changes CSV to DB

Updates all of the appropriate functions,
updates the release version of the isbn-lookup
This commit is contained in:
SuperNovaa41
2024-01-31 18:24:10 -05:00
parent 5ec581f0bc
commit 444f49e85d
6 changed files with 44 additions and 78 deletions

View File

@ -1,5 +1,5 @@
all: api/*.cpp
g++ api/main.cpp api/csv.cpp api/isbn-interaction.cpp -o manager
g++ api/main.cpp api/isbn-interaction.cpp -lsqlite3 -o manager
mkdir -p bin
mv manager bin/
clean: