Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 777 Bytes

File metadata and controls

17 lines (13 loc) · 777 Bytes

Changelog

[0.1.2] - 2026-03-22

Changed

  • Add legion-cache, legion-crypt, legion-data, legion-json, legion-logging, legion-settings, and legion-transport as runtime dependencies
  • Update spec_helper with real sub-gem helper stubs replacing the minimal Helpers::Lex stub

[0.1.0] - 2026-03-21

Added

  • Initial release
  • Helpers::Client module with .connection method wrapping PG::Connection
  • Runners::Queries with execute (arbitrary SQL) and execute_params (parameterized SQL with $1/$2 placeholders)
  • Runners::Tables with list_tables, describe_table, and table_size using information_schema and pg_total_relation_size
  • Standalone Client class including all runner modules
  • Full RSpec test suite (15 specs across 3 spec files)