Subject | RE: [firebird-support] Save database in table name format - Split database into table files? - Email found in subject |
---|---|
Author | Mark Rotteveel |
Post date | 2012-08-16T07:16:24Z |
On Thu, 16 Aug 2012 17:08:19 +1000, Evan Williams <williamevanw@...>
wrote:
But your approach makes no sense. I am not sure what you mean with
versioning, but if you mean for safe keeping: make backups regularly. If
you are talking about the versioning the database structure: use a tool
like Liquibase.
Using a tool like dropbox with your database might even be a good way to
corrupt your database, especially if you access the dropbox folder from
multiple computers.
Mark
wrote:
> Thank you for your response Sean but I think you misunderstood me. I amon a
> very familiar with cloud services and Dropbox. The database will live
> local computer, in the Dropbox folder.better
>
> Is it possible to split the database into smaller files matching the
> respective file names within the Dropbox folder? This way I will be
> capable of version control. Any alternative ideas will also be greatlyNo: you can't split Firebird database into a 'file per table'.
> appreciated..
But your approach makes no sense. I am not sure what you mean with
versioning, but if you mean for safe keeping: make backups regularly. If
you are talking about the versioning the database structure: use a tool
like Liquibase.
Using a tool like dropbox with your database might even be a good way to
corrupt your database, especially if you access the dropbox folder from
multiple computers.
Mark