endrealm / endrealm/RealmDrive

Add more database primitives

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.