Y
Hacker News
new
|
ask
|
show
|
jobs
by
cryptonector
1589 days ago
Want schema-less SQL? Use an EAV (entity-attribute-value) schema.
2 comments
etirk
1589 days ago
Exactly what you are getting! But without having to code, optimize and maintain your own EAV structure and API.
link
threeseed
1589 days ago
Pretty good approach provided you don't want to query your data.
link
etirk
1589 days ago
So right. It is VERY difficult to query a hand-rolled EAV structure. Kinda like editing a binary image with a text editor, lol. Please check out some of the demo queries. Hope you think it's as slick as we do.
link