rust-lang / log

Logging implementation for Rust
https://docs.rs/log
Apache License 2.0
2.17k stars 250 forks source link

Add reference to db_logger #502

Closed jmmv closed 2 years ago

jmmv commented 2 years ago

db_logger is a logging implementation that writes log entries to a database. At the time of this writing, it supports PostgreSQL and SQLite via the sqlx crate.

KodrAus commented 2 years ago

Thanks @jmmv!