Commit Graph

12 Commits

Author SHA1 Message Date
Santiago ae0c9bcceb docs: remove code from third party section (#395)
reason: code should not be present here, it's hard to mantain,
a short synopsis is enough.
Page is also smaller, more visibility to other packages.
2019-02-25 10:52:41 +00:00
Tom Christie a28c0e70b1 Docs tweak 2019-02-18 18:31:19 +00:00
Santiago abf7f1ccf9 fix: jinja annotations when jinja not installed (#399) 2019-02-18 18:29:30 +00:00
Santiago c1c768f916 docs: typo in databases + better links in third party (#394) 2019-02-17 18:19:19 +00:00
Tom Christie e8dff17ed4
Move to 'databases' instead of built-in DatabaseMiddleware (#390) 2019-02-14 16:01:51 +00:00
Tom Christie 3270762c16
MySQL driver support (#366)
* initial support for MySQL

* Work towards testing both MySQL and Postgres drivers

* Linting

* STARLETTE_TEST_DATABASE -> STARLETTE_TEST_DATABASES

* Parameterize the database tests

* Include the MySQL Database URL

* MySQL tests should create the database if it doesn't yet exist

* Explict port of MySQL database URL

* Debugging on Travis

* Pass 'args' as a single argument

* Fix query compilation for mysql

* Lookup record values for MySQL

* Coerce MySQL results to correct python_type

* cursor.fetchrow should be cursor.fetchone

* Fix call to cursor.fetchone()

* Fix for fetchval()

* Debugging

* Nested transaction for MySQL should use SAVEPOINTS

* Drop savepoint implementation

* Fix SAVEPOINT implementation for MySQL

* Coverage for MySQL

* Linting

* Tweak defaults for MySQL connections
2019-01-30 14:21:58 +00:00
Henrik Ossipoff Hansen 678589b2de Default rollback_on_shutdown to false in DatabaseMiddleware (#357) 2019-01-26 13:02:11 +00:00
Tom Christie e4db34c363 Update database docs 2018-12-07 08:59:06 +00:00
Tom Christie 08af34763d
Version 0.9.4 (#251) 2018-12-05 16:38:45 +00:00
Tom Christie 2b3f6fdcc6 Tweak database docs 2018-12-05 10:15:32 +00:00
Tom Christie 5379b125d3 Version 0.9.2 2018-12-04 16:45:44 +00:00
Tom Christie e4ef8bdfaf Database, not Databases 2018-12-04 16:25:27 +00:00