Add link to SQLite format
parent
e2423a57ce
commit
bab47a9fc1
|
@ -4,6 +4,12 @@ Streams
|
|||
`VoxelStream` allows to save and load voxel data to a file or a directory structure, using various kinds of implementations.
|
||||
|
||||
|
||||
Using streams for existing voxel formats
|
||||
-----------------------------------------
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Using streams for savegames
|
||||
----------------------------
|
||||
|
||||
|
@ -21,4 +27,4 @@ Save formats
|
|||
|
||||
- [Region format](specs/region_format_v3.md)
|
||||
- [Block format](specs/block_format_v2.md)
|
||||
|
||||
- [SQLite format](specs/sqlite_format.md)
|
||||
|
|
Loading…
Reference in New Issue