Added links for SQLAlchemy and WTForms.
This commit is contained in:
parent
ce18d4575d
commit
976e792336
2 changed files with 8 additions and 0 deletions
|
|
@ -188,3 +188,6 @@ You can also pass string of SQL statements to the
|
|||
|
||||
>>> engine.execute('select * from users where id = :1', [1]).first()
|
||||
(1, u'admin', u'admin@localhost')
|
||||
|
||||
For more information about SQLAlchemy, head over to the
|
||||
`website <http://sqlalchemy.org/>`_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue