| Author |
Message |
Larrybanana
Joined: 15 May 2012 Posts: 1
|
Posted: Wed May 16, 2012 1:56 pm Post subject: Combining Snapshot files |
|
|
We are looking to build modularity into our product.
Each module would supply its own snapshot containing its database schema for its tables etc.
Is is possible to aggregate several snapshot files together and then update the database structure? |
|
| Back to top |
|
 |
james.billings
Joined: 16 Jun 2010 Posts: 843 Location: My desk.
|
Posted: Thu May 17, 2012 6:24 pm Post subject: |
|
|
Thanks for your post.
The snapshot files are an independent representation of a database, so you can't really join them together in to "one big database".
You could merge the individual snapshots together into one using something like winzip/zlib, to ease deployment, but your code would still need to extract and process each one separately at runtime. |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group