mirror of
https://github.com/openai/codex.git
synced 2026-05-05 22:01:37 +03:00
chore: unify log queries (#10152)
Unify log queries to only have SQLX code in the runtime and use it for both the log client and for tests
This commit is contained in:
@@ -12,6 +12,8 @@ mod paths;
|
||||
mod runtime;
|
||||
|
||||
pub use model::LogEntry;
|
||||
pub use model::LogQuery;
|
||||
pub use model::LogRow;
|
||||
/// Preferred entrypoint: owns configuration and metrics.
|
||||
pub use runtime::StateRuntime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user