[zz] libdrizzle + SQLite hack
郭恩
2023-12-01
用 google 查了一下 sqlite server ,查到了一个有趣的项目。
[url]http://planet.mysql.com/entry/?id=17507[/url]
[quote]
There, now you make any SQLite database look like a Drizzle or MySQL server. The sqlite_server program is about 400 lines and only uses libsqlite3 and libdrizzle.
[/quote]
看来,以后要做一个 mysql 兼容的 server 也很容易了。