Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mensong authored Nov 8, 2023
1 parent 1b712c2 commit e208669
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SQLit3
基于SQLite3 Multiple Ciphers封装windows易用的sqlite3操作组件

# Usage
把SQLit3.dll放在应用程序所在的目录下,引入SQLit3.h文件到工程里,使用Database* db = SQLit3::Ins().CreateDatabase();即可操作sqlite3数据库。

0 comments on commit e208669

Please sign in to comment.