首页 > 代码库 > python之-sqlite3

python之-sqlite3

 技术分享

在这些 URL 中,hostname 表示 MySQL 服务所在的主机,可以是本地主机(localhost),也可以是远程服务器。数据库服务器上可以托管多个数据库,因此 database 表示要使用的
数据库名。如果数据库需要进行认证,username 和 password 表示数据库用户密令。

技术分享

 

python之-sqlite3