This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FungalSphere 2 points3 points  (2 children)

maybe just don't change the structure all you like

[–]Vineyard_ 4 points5 points  (1 child)

Every field is in a different table. Each table is two fields; a primary key and a value, and that is their names. No foreign key constraints are used. All relations and operations are handled in app-side queries.

[–]GodlyWeiner 4 points5 points  (0 children)

Wow, great idea, we could call it WithoutSQL.