endrealm / endrealm/RealmDrive
Add more database primitives
Open
enhancement
verified
- Dominant language
- Java
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Database types like Date and Timestamp are inserted as strings/ints. These strings/ints are fixed no matter what database is targeted. Some databases add integrations for these types. This could lead to incompatibility when other systems try to use the database too.
**Describe the solution you'd like**
Add more primitive support. Support common values like described [here](https://docs.mongodb.com/manual/reference/bson-types/). Than leave the saving to the database implementation.
Contributor guide
Assessment
This issue has not been assessed yet.