Changes

Jump to: navigation, search

DB-API Database Backend

3 bytes added, 12:49, 5 May 2016
Password protecting
===Password protecting===
from dbapi_support.sqlite import Sqlite path_to_db = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'sqlite.db') dbapi = Sqlite(path_to_db, password="MyPassW0rd8723") 
===Postgresql===

Navigation menu