首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个C++封装的SQLite数据库

一个C++封装的SQLite数据库

  • 资源大小:5.87 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: sqlite 数据库 一个 封装

资 源 简 介

This is a C++ wrapper for SQLite C API database engine. It was written to simplify and speedup coding of local database access. easySQLite was written and tested with Visual C++ 2010 Express, but is not using any nonstandard extensions, so should compile with any other C++ compiler. Why easySQLite solution is better than others ? elegant, objective solution explicit naming and calling uses exceptions or methods return values clear, understandable usage flexible and expandable strongly tested (tests included) Just take a look at sample code. Find more information in included html file and usage examples in project package. ``` //define table structure Field definition_tbPerson[] = { Field(FIELD_KEY), Field("fname", typetext, flagnot_null), Field("lname", typetext, flagnot_null), Field("birthdate", type_
VIP VIP
0.167851s