Example mirage-eio unikernels
0

Configure Feed

Select the types of activity you want to include in your feed.

sqlite-unikernel: update box-mode output

+4 -4
+4 -4
bin/storage/sqlite/sqlite.t
··· 10 10 +boot #2: persisted on the block device via notafs + SQLite 11 11 $ notafs_extract disk app.db app.db 12 12 $ sqlite3 -header -box app.db "SELECT n AS boot_count FROM boots;" 13 - ┌────────────┐ 13 + ╭────────────╮ 14 14 │ boot_count │ 15 - ├────────────┤ 16 - │ 2 │ 17 - └────────────┘ 15 + ╞════════════╡ 16 + │ 2 │ 17 + ╰────────────╯