gem_rbs_collection icon indicating copy to clipboard operation
gem_rbs_collection copied to clipboard

Add RBS type definitions for sequel gem

Open kekekenta opened this issue 6 months ago • 1 comments

  • Add type definitions for Sequel 5.93
  • Focus on core APIs: database connections, dataset queries, and model CRUD operations
  • Include basic error classes and transaction support
  • Exclude complex DSL methods and advanced features for simplicity
  • Add comprehensive tests covering the defined APIs

kekekenta avatar Jun 26 '25 00:06 kekekenta

@kekekenta Thanks for your contribution!

Please follow the instructions below for each change. See also: https://github.com/ruby/gem_rbs_collection/blob/main/docs/CONTRIBUTING.md

Available commands

You can use the following commands by commenting on this PR.

  • /merge: Merge this PR if CI passes

sequel

This RBS files are newly added.

You can merge this PR immediately if the CI passes. Just comment /merge to merge this PR.

github-actions[bot] avatar Jun 26 '25 00:06 github-actions[bot]