Skip to content

Commit 81350b4

Browse files
committed
ws4sqlite -> ws4sql transition document
1 parent 5c3b13d commit 81350b4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

ROADMAP.md

Whitespace-only changes.

ROAD_TO_WS4SQL.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The next version of `ws4sqlite` will be called `ws4sql`, because it will support more RDBMs than sqlite.
2+
3+
The version in this branch is a work in progress to slowly add features and (unfortunately) breaking changes; here is a review of what changed compared to `ws4sqlite` "stable" + a migration path.
4+
5+
# Changes
6+
7+
- SQLite is embedded via [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and CGO. Should be way faster.
8+
- Target platforms (because of CGO) are now 6 (`win/amd64`, `macos/amd64`, `macos/arm64`, `linux/amd64`, `linux/arm64`, `linux/arm6`)
9+
10+
# Migration
11+
12+
- Nothing needed for now :-)
13+
14+
# Roadmap
15+
16+
1. Make it mandatory to use conf files for databases
17+
1. Support duckdb (and iron out all the incompatibilities)
18+
1. Support mariadb/mysql
19+
1. Support postgresql
20+
1. ...
21+
1. Profit!

0 commit comments

Comments
 (0)