|
|
|
|
|
by captn3m0
574 days ago
|
|
> bundling a read-only copy of your data alongside the code for your application, as part of the same deployment You can see https://github.com/captn3m0/northwind for example, which bundles the entire database alongside the code in the _db/northwind.db file. While Simon considers it primarily for dynamic apps, you have the ability to build PWAs and other interesting apps with the baked data pattern. I'm building blr.today for example using this. |
|
Mind you, it's great to have a Jekyll plugin to do that from sqlite, it's just confusing when you call it baked data.