读书人

jenkins 集成 redmine 账户应验的方案

发布时间: 2013-09-05 16:02:07 作者: rapoo

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

读书人网 >软件开发

热点推荐