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

Mapping between entity objects and table rows #4

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

Mapping between entity objects and table rows #4

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

Comments

@vitusortner
Copy link
Collaborator

vitusortner commented Jan 26, 2019

Let's just stick with SQLite natively supported types, except booleans, for now. Embedded objects and relations will get added later on.

Type mapping:

  • int - INTEGER
  • double - REAL
  • String - TEXT
  • bool - INTEGER (false = 0, true = 1)
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