[fork] ws4sql v0.17.0beta1
Pre-release
Pre-release
proofrock
released this
28 Apr 15:55
·
10 commits
to main
since this release
This is a first pre-release of a new fork of ws4sqlite
, that will "transit" the app to a new version that will support more databases than sqlite (hence the new name, if you noticed π). It will take some time, through improvements and, alas, breaking changes.
This is not the latest release of ws4sqlite
, which is still here.
The work will take place in the fork/ws4sql
branch, and you can find the changes so far, and the steps needed to migrate a regular installation in the ROAD_TO_WS4SQL.md document.
In this release:
- Renamings
- SQLite is now provided by mattn/go-sqlite3 and CGO. Should be quite faster.
- CGO will be needed by other, future features, so it's a good point to reintroduce it
- Target platforms (because of CGO) are now 6 (
win/amd64
,macos/amd64
,macos/arm64
,linux/amd64
,linux/arm64
,linux/arm6
)
As always, your feedback is deeply appreciated, if you'll be so kind. Cheers! π»