(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)