-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33fdce0
commit 2de87d2
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
## SqliteEasyCtrl | ||
## sqlite_easy_ctrl | ||
|
||
SqliteEasyCtrl是一个将数据库操作语句封装成操作类的库,它可以使操作Sqlite3数据库更加方便。 | ||
sqlite_easy_ctrl是一个将数据库操作语句封装成操作类的库,它可以使操作Sqlite3数据库更加方便。 | ||
|
||
SqliteEasyCtrl还支持数据库信息加密功能 | ||
sqlite_easy_ctrl还支持数据库信息加密功能 | ||
|
||
该库目前为[`ToolDelta`](https://github.com/ToolDelta/ToolDelta)服务 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
version = f.read() | ||
|
||
setuptools.setup( | ||
name="SqliteEasyCtrl", | ||
name="sqlite_easy_ctrl", | ||
version=version, | ||
author="xingchen", | ||
author_email="[email protected]", | ||
|
File renamed without changes.