-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DBLogger sample #4750
Comments
3 tasks
Util::ServerApplication
-based DBLogger
sample in Poco::Data
which:
matejk
added a commit
that referenced
this issue
Nov 6, 2024
matejk
added a commit
that referenced
this issue
Nov 6, 2024
Merged
matejk
added a commit
that referenced
this issue
Nov 7, 2024
matejk
added a commit
that referenced
this issue
Nov 13, 2024
matejk
added a commit
that referenced
this issue
Nov 13, 2024
matejk
added a commit
that referenced
this issue
Nov 13, 2024
matejk
added a commit
that referenced
this issue
Nov 18, 2024
* sample(DBLogger): New sample to demonstrate DB logging to a file. (#4750) * sample(DBLogger): Create messages via SQL logger in a thread (#4750) * sample(DBLogger): Save messages from SQL files to an SQL database (works with SQLite) (#4750) * chore(Makefile): Data samples depend on PocoUtil (#4750) * sample(DBLogger): Refactored DBLogger with std::filesystem::directory_iterator and std::thread. * sample(DBLogger): Add missing include <condition_variable> * sample(DBLogger): Extracted log scanning and inserting functionality to class SQLLogInserter. * sample(DBLogger): Create new logging table only when using demo messages option. * feat(DBLogger): VS projects * sample(DBLogger): Acquire options from configuration file. * feat(DBLogger): regenerate VS projects (progen file change) * sample(DBLogger): Add example DBLogger.properties file. * sample(DBLogger): Process as much as possible when stopping processing. * sample(DBLogger): Meaningful defaults in properties file. * sample(DBLogger): Verify validity of database session on startup. * sample(DBLogger): Configure demo SQL channel in properties file. * chore(DBLogger): style and warnings --------- Co-authored-by: Aleksandar Fabijanic <[email protected]> Co-authored-by: Alex Fabijanic <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQLChannel
instore-and-forward
modeSQLChannel
in store-and-forward modePoco::Data
samples)The text was updated successfully, but these errors were encountered: