Code is unreadable -> annotations #3532
SuricateTrading
started this conversation in
General
Replies: 1 comment
-
Thanks for the suggestion! We're actually considering changes to the way to define tables in drift at the moment. An option where, instead of writing dedicated table classes, you just put annotations on data classes is definitely something we're considering for that too. This is probably not something that will happen super soon, my approach is to wait for the augmentations language feature before re-evaluating the options we have as code generators - see #3461 for a rough roadmap until then. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This...
...is much better than...
IntColumn get id => integer().autoIncrement()();
It would be great if annotations were possible.
Beta Was this translation helpful? Give feedback.
All reactions