From 6a988f80bbc8fb71c7b6ac58ff3ca5e5b511abcd Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 8 Jan 2013 00:31:46 -0800 Subject: [PATCH] Updated Related Projects (markdown) --- Related-Projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Related-Projects.md b/Related-Projects.md index 73f6e57..d64117a 100644 --- a/Related-Projects.md +++ b/Related-Projects.md @@ -51,3 +51,4 @@ ## Hobby * [mysql-mruby](https://github.com/mattn/mysql-mruby) embeded mruby into mysql by [mattn](https://github.com/mattn) +* [sqlite3-mruby](https://github.com/spiritloose/sqlite3ext-mruby) embeded mruby into sqlite3 by [spiritloose]