big refactoring part 1

This commit is contained in:
Blue 2023-03-20 18:37:13 +03:00
parent 6a8f67ac34
commit 19229f6c26
Signed by: blue
GPG key ID: 9B203B252A63EE38
28 changed files with 867 additions and 795 deletions

View file

@ -30,15 +30,15 @@ endif ()
set(SOURCES
exceptions.cpp
table.cpp
storage.cpp
database.cpp
)
set(HEADERS
database.h
exceptions.h
table.h
table.hpp
storage.h
storage.hpp
cache.h
cache.hpp
serializer.h