|
dynamic programming
while setting up a web app, i got the idea of making the app easily update able. like if one wanted to add another column to a sql table, all one had to do was literally add the column. without needing to change the parts of the app that access the table, or add new rows to the table.
is this a possible feat, or is it too big of a dream
|