Working on interfacing with the database. Could do queryies via string/cstring but I'm going to try prepared statements
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ set(SOURCES
|
||||
src/controller/loginController.hpp
|
||||
src/controller/songController.hpp
|
||||
src/database/base_repository.cpp
|
||||
#src/database/coverArtRepository.cpp
|
||||
src/database/coverArtRepository.cpp
|
||||
#src/database/songRepository.cpp
|
||||
src/dto/loginResultDto.hpp
|
||||
src/main.cpp
|
||||
@@ -23,7 +23,7 @@ set(SOURCES
|
||||
)
|
||||
set(HEADERS
|
||||
include/database/base_repository.h
|
||||
#include/database/coverArtRepository.h
|
||||
include/database/coverArtRepository.h
|
||||
#include/database/songRepository.h
|
||||
include/managers/coverArtManager.h
|
||||
include/managers/directory_manager.h
|
||||
|
||||
Reference in New Issue
Block a user