From fb0cc55822d25d1de7dd4f052856e483a750f117 Mon Sep 17 00:00:00 2001 From: astaxie Date: Tue, 9 Sep 2014 11:55:23 +0800 Subject: [PATCH] update the orm read me --- orm/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/orm/README.md b/orm/README.md index 74f1b47b..356407c1 100644 --- a/orm/README.md +++ b/orm/README.md @@ -6,8 +6,6 @@ A powerful orm framework for go. It is heavily influenced by Django ORM, SQLAlchemy. -now, beta, unstable, may be changing some api make your app build failed. - **Support Database:** * MySQL: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)