feat(backend/mysql): initialize mysql backend
created prototype for backend/mysql module feat(backend/mysql): implement interface tested with MariaDB docs(backend/sql): initialize docs
This commit is contained in:
parent
6c1ffdcc0c
commit
5e25606880
7 changed files with 384 additions and 0 deletions
|
|
@ -13,4 +13,10 @@ Filesystem
|
|||
----------
|
||||
|
||||
.. autoclass:: httpaste.backend.file.Parameters
|
||||
:members:
|
||||
|
||||
MySQL
|
||||
-----
|
||||
|
||||
.. autoclass:: httpaste.backend.mysql.Parameters
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue