搜索资源列表
Qt_QRentBook_Example_v1_1_en
- This Qt C++ application demonstrates how to use the QtSql module to access a SQLite 3 database. The application demonstrates how to use different QtSql classes to search, insert, update, and delete data from the database. The example also shows how t
sqlitemainsoftw
- 该程序是用C++在dev下开发的关于sqlite数据库基本操作的代码,对于初学sqlite的同志会很有帮助的,希望能帮助需要的人-The program is C++ in the dev database developed under the basic operations on the sqlite code, for the beginner sqlite comrades will be very helpful, hope to help people in need
qianrushi_splite3
- SQLite有以下特性: 支持ACID事务; 零配置一无需安装和管理配置; 储存在单一磁盘文件中的一个完整的数据库; 数据库文件可以在不同字节顺序的机器间自由共享; 支持数据库大小至2TB; 足够小,全部源码大致3万行c代码,250KB; 比目前流行的大多数数据库对数据的操作要快; -SQLite has the following features: support for ACID transactions zero without having to in
dmscq
- SqlServer及Sqlite数据库接口代码生成器。针对SqlServer数据表,可生成常用的增删改查等存储过程,然后再根据存储过程生成C#语言的WebService调用数据方法类。供上层应用直接调用,省去一大堆代码编写过程。-SqlServer and Sqlite database interface code generator. For SqlServer data sheet can be used to generate CRUD stored procedure, and the
ListData
- Data List in Qt and sqlite database written in c-Data List in Qt and sqlite database written in c++
sqlite
- sqlite3是嵌入式产品数据库软件,里面用有c语言调用sqlite的方法 以及qt调用sqlite的方法-Sqlite3 software is embedded products, using c language called sqlite method and the method of qt call sqlite
JBZ
- 数据库应用案例 C#操作 SQLite数据库(Database application case, C# operation, SQLite database)
CppSqlite3_2
- cppsqlite 封装了C++对sqlite的操作(cppsqlite C++ sqlite opreation)
sqlite
- 内附有sqlite3.6.2源码以及移植arm的基本步骤,sqlite.c为数据库的基本操作,具有增删改查的功能,并采用事务处理方式,事务处理能够极大的提高数据库的写入速度(With sqlite3.6.2 source code and the basic steps of porting arm, sqlite.c as the basic operation of the database, with crud functions, and the use of transaction p
SqliteUploadAndDownLoad
- SQLite数据库上传下载文件是一款基于C#制作的SQLite数据库文件传输操作的工具源码。 功能: 1.上传:将文件和文件夹的数据保存到SQLite中; 2.下载:从SQLite中获取文件和文件夹的层级关系、数据 并导出。(SQLite database upload and download files, is a C# based SQLite database file transfer operation tool source code. Function: 1. up
sqlitestudio-3.1.1
- sqlitestudio 软件 SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。(SQLite, a lightweight database, is a relational database management system that complied with ACID, which is included in a relatively small C library. It is
RealmPro
- 由于最近项目中在用Realm,所以把自己实践过程中的一些心得总结分享一下。 Realm是由Y Combinator公司孵化出来的一款可以用于iOS(同样适用于Swift&Objective-C)和Android的跨平台移动数据库。目前最新版是Realm 2.0.2,支持的平台包括Java,Objective-C,Swift,React Native,Xamarin。 Realm官网上说了好多优点,我觉得选用Realm的最吸引人的优点就三点: 跨平台:现在很多应用都是要兼