From 8f2938f7da1cb940757f3a9a5fcb527db5e00588 Mon Sep 17 00:00:00 2001 From: Kamil Sindi Date: Fri, 26 Jun 2015 11:24:06 -0400 Subject: [PATCH] general edits --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 76e224f..84bef2d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ sqlacodegen Fork from sqlacodegen. Based off of version 1.1.5.pre2. -__In alpha stage. No plans for further development or support. Just wanted to share my modifications with people facing similar issues.__ - What's different: * Support for Flask-SQLAlchemy syntax using `--flask` option. All this means: * SQLAlchemy class is instantiated (i.e. `db = SQLAlchemy()`).