会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ck_2016
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年5月23日
SQLite 通过.sql文件导入导出数据
(1)创建数据库文件 无需手动创建db文件,直接在命令行执行: ~/test_sqlite$ sqlite3 test.db 进入SQLIte命令行,直接使用标准SQL建表: sqlite> create table test_table (id integer primary key, name
Read More
posted @ 2022-05-23 10:29 ck_2016
Views(2471)
Comments(0)
Diggs(0)
公告