1 2 3 4 5 6 7 8
// Copyright (c) 2026 Kirky.X // SPDX-License-Identifier: MIT //! Database constants for inklog database sink. //! //! All database operations use raw SQL via dbnexus (no ORM). /// Default table name for log storage. pub const TABLE_NAME: &str = "logs";