But then why would you:
> Create and modify tables with ease using Base's visual table editor. No need to write complex CREATE or ALTER statements.
But then why would you:
> Create and modify tables with ease using Base's visual table editor. No need to write complex CREATE or ALTER statements.
Same reason why would you build a form in VB or Xcode rather than coding it all out.
Even if you need the actual instantiated schema to pass to SQLite in your source code, that's easy to obtain after-the-fact if this app doesn't output it directly, using `.schema` from the SQLite CLI.