More fileio.

This commit is contained in:
Nuno Cruces
2023-12-12 01:00:13 +00:00
parent c99fbcea6f
commit 6e8d5e5be6
7 changed files with 77 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
# Go `"memdb"` SQLite VFS
This package implements the [`"memdb"`](https://sqlite.org/src/file/src/memdb.c)
This package implements the [`"memdb"`](https://sqlite.org/src/doc/tip/src/memdb.c)
SQLite VFS in pure Go.
It has some benefits over the C version: