class RabbotDb

RabbotDb adapter — database-agnostic query helpers. Public: normalize_sql, row_count Depends: (none) Tests: test/rabbot_db_test.rb

RabbotDb bots — bot identity records for multi-persona PostgreSQL storage. Public: ensure_bot!, find_bot, list_bots Depends: rabbot_db/connection Tests: test/rabbot_db_test.rb, test/lib/bot_mesh_test.rb

RabbotDb migrations — PostgreSQL schema versioning. Public: (none — private migrate! helpers) Depends: RabbotDb constants Tests: test/rabbot_db_test.rb

RabbotDb test support — PostgreSQL test database helpers. Public: available?, reset!, with_test_db Depends: rabbot_db Tests: (self)