Skip to content

Prebuilt Realm Db #3666

Answered by uixiu
usefulBeeing asked this question in Q&A
Sep 6, 2024 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

My opinions:

Realm database is a better alternative to SQLite even for medium sized database.

PROS:

You get a out of the box

  • A good enough Database explorer, with html links to sub collections (easy navigation)
  • Object oriented like experience
  • No need for SQL experience
  • No need for ORMs and its quirks, ( ORM needs knowledge and experience)
  • Observable objects(entities) and tables (collections) wherever changes came from.
  • Ultra fast readings.
  • Rock solid database.
  • LINQ implemented querying.
  • "Zero" copy architecture, which leads to minimal RAM consumption.
  • You pay (in ressources) only for what you actually consume. Consequence of the previous point .
  • Multiple Realms in different locations (mo…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@usefulBeeing
Comment options

@uixiu
Comment options

Answer selected by usefulBeeing
Comment options

You must be logged in to vote
1 reply
@usefulBeeing
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants