gem_rbs_collection
gem_rbs_collection copied to clipboard
Add RBS type definitions for sequel gem
- 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 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.