Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate code for database access functions #10

Closed
4 tasks done
vitusortner opened this issue Jan 26, 2019 · 0 comments
Closed
4 tasks done

Generate code for database access functions #10

vitusortner opened this issue Jan 26, 2019 · 0 comments
Assignees
Milestone

Comments

@vitusortner
Copy link
Collaborator

vitusortner commented Jan 26, 2019

Functions inside the database class (annotated with @Database), which are annotated with @Query,@insert,@update and @delete should get generated.
This task is dependent on #4, because the mapping between the in-memory objects and the table rows should happen in these functions.

  • query
  • insert
  • update
  • delete

Dependent #4

@vitusortner vitusortner added this to the Version 1.0 milestone Jan 26, 2019
@vitusortner vitusortner changed the title Generate code for database access Generate code for database access functions Jan 26, 2019
@vitusortner vitusortner self-assigned this Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant