|
|
|
|
|
by tored
1753 days ago
|
|
Interesting concept, but a guess that a file system is at a lower abstraction level than a database. Only argument that I can sort of understand for flexible types is that it is easier to get started or for smaller projects, like some batch script, but as soon as you have a large system you want strict control of what data you write to the database. Otherwise your schema migrations will be a nightmare. |
|