[zz] libdrizzle + SQLite hack

用 google 查了一下 sqlite server ,查到了一个有趣的项目。

http://planet.mysql.com/entry/?id=17507

引用

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.


看来,以后要做一个 mysql 兼容的 server 也很容易了。

你可能感兴趣的:(mysql,sqlite,Google)