Skip to content

Commit

Permalink
🎨 改进目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchentye committed Aug 1, 2024
1 parent 33fdce0 commit 2de87d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
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)服务

1 change: 0 additions & 1 deletion __init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version = f.read()

setuptools.setup(
name="SqliteEasyCtrl",
name="sqlite_easy_ctrl",
version=version,
author="xingchen",
author_email="[email protected]",
Expand Down
File renamed without changes.

0 comments on commit 2de87d2

Please sign in to comment.