Files
nym/nym-node-status-api/nym-node-status-api
durch 76d749baaf feat(db): add SQL query wrapper for PostgreSQL placeholder conversion
- Created query_wrapper module with functions to automatically convert
  SQLite ? placeholders to PostgreSQL $1, $2, ... format
- Updated build.rs to handle mutually exclusive feature flags
- Modified one query in mixnodes.rs as proof of concept
- Added type conversions for PostgreSQL compatibility (u32->i64, u16->i32)

This is a checkpoint commit before converting all queries to use the wrapper.
2025-07-03 22:52:46 +02:00
..
2025-02-28 14:01:33 +01:00
2025-02-28 14:01:33 +01:00