首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

jenkins 集成 redmine 账户应验的方案

2013-09-05 
jenkins 集成 redmine 账户验证的方案jenkins 集成 redmine 账户验证的方案赖勇浩(http://laiyonghao.com)

jenkins 集成 redmine 账户验证的方案
jenkins 集成 redmine 账户验证的方案

赖勇浩(http://laiyonghao.com)

动机

mysql://user:pswd@localhost/redmine

怎么构造你自己的连接字符串,请参考 SQLAlchemy 的文档(http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#sqlalchemy.create_engine)。简单摘抄最关键的一句放在下面:

The string form of the URL is dialect+driver://user:password@host/dbname[?key=value..], where dialect is a database name such as mysql, oracle, postgresql, etc., and driver the name of a DBAPI, such as psycopg2, pyodbc, cx_oracle, etc. Alternatively, the URL can be an instance of URL.

其它

redmine-auth 是一个 MIT 授权的开源项目,主页:https://github.com/laiyonghao/redmine-auth

热点排行