SQLite数据库使用笔记

sqlite数据库

sqlite是一种不需要服务器、跨平台的数据库

通过ODBC连接sqlite数据库

SQLite ODBC Driver
下载 sqliteodbc.exe 以及 sqliteodbc_w64.exe

在Entity Framework 6.1.x中连接sqlite数据库

Using SQLite with the Entity Framework 6.1.x designer - a troubleshooting guide

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能