Add link to SQLite format

master
Marc Gilleron 2021-04-30 22:08:55 +01:00
parent e2423a57ce
commit bab47a9fc1
1 changed files with 7 additions and 1 deletions

View File

@ -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)