ncruces / go-sqlite3

Go bindings to SQLite using wazero
https://pkg.go.dev/github.com/ncruces/go-sqlite3
MIT License
402 stars 12 forks source link

Implement shared memory on Windows #75

Open ncruces opened 5 months ago

ncruces commented 5 months ago

Port #71 to Windows. Mostly:

Also, vfs/shm.go needs tweaks to the DMS lock.

Reference: https://devblogs.microsoft.com/oldnewthing/20240201-00/?p=109346