Skip to content
Discussion options

You must be logged in to vote

Hi @whoyawn,

This behavior comes from StructuredQueries, and is working as intended. StructuredQueries is designed to work with any database or database library, not just GRDB. We have decided to adopt the convention of pluralization (used by Ruby on Rails, for example) rather than GRDB's convention.

If you are migrating existing types that use the GRDB convention, you must pass an explicit table name to the @Table macro, as you mention as a workaround.

Because this is not a bug in the library I'm going to convert it to a discussion.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stephencelis
Comment options

@whoyawn
Comment options

@mbrandonw
Comment options

Answer selected by stephencelis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #58 on May 21, 2025 22:38.