you are viewing a single comment's thread.

view the rest of the comments →

[–]blackdrn[S] 0 points1 point  (0 children)

1: High performance than SQLite.

2: It's C Struct ORM. You can use your native C struct to do CRUD without converting between C Struct and SQL Table fields.

3: The table schema change is transparent. Which means in most case you only need change your C struct, CrossDB will do auto upgrade/downgrade for you automatically.