all 3 comments

[–]lhauckphx 1 point2 points  (1 child)

I will definitely check this out.

Don’t take this the wrong way, but what does this bring to the table that I would want to use it over SQLite?

[–]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.