db
石头
一个有理想的程序员。。。
展开
-
c++数据库访问OTL和DTL
OTL :http://otl.sourceforge.net/DTL:http://dtemplatelib.sourceforge.net/OTL例子:http://otl.sourceforge.net/otl3_examples.htmOTL是一个纯C++的通用数据库连接模板库,可以支持各种当下流行的数据库,如Oracle,Sybase, MySQL, PostgreS转载 2011-11-24 09:35:14 · 1554 阅读 · 0 评论 -
SQLite
SQLite维基百科,自由的百科全书SQLite是遵守ACID的关系式数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。不像常见的客户端/服务器结构范例,SQLite引擎不是个程序与之通信的独立进程,而是连接到程序中成为它的一个主要部分。所以主要的通信协议是在编程语言内的直接API调用。这在消耗总量、延迟时间和整体简单性上有积极的作用转载 2012-02-10 09:12:19 · 628 阅读 · 0 评论 -
SQLite 管理工具
SQLite 管理工具:SQLite MaestroSQLite Expert ProfessionalSQLiteSpySQLabs SQLiteManagerSQLite2007 Pro Enterprise ManagerSQLite Administrator。SharpPlus Sqlite Developer原创 2012-02-10 08:49:53 · 509 阅读 · 0 评论 -
SOCI - The C++ Database Access Library
SOCI is a database access libraryfor C++ that makes the illusion of embeddingSQL queries in the regularC++ code, staying entirely within the Standard C++.The idea is to provide C++ programmers a way翻译 2012-02-29 13:00:53 · 1119 阅读 · 0 评论 -
LiteSQL - C++ Object-Relational Persistence Framework
LiteSQL - C++ Object-Relational Persistence FrameworkLiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL suppor翻译 2012-02-29 13:02:17 · 819 阅读 · 0 评论 -
OTL 4.0, Introduction
IntroductionThis document describes the Oracle, ODBC and DB2-CLI Template Library, Version 4.0 (OTL 4.0). OTL 4.0 is a C++ library based on C++ templates.OTL 4.0 was designed as a combination of a翻译 2012-02-29 15:10:20 · 573 阅读 · 0 评论 -
更简洁的C++数据库访问框架-soci
更简洁的C++数据库访问框架-soci一直以来,笔者都在不停寻找一种更人性化的数据库访问方式(并不是说默认的方式不好,而是有时候的确在模块化设计中不太方便)。后来有幸在php中找到codeigniter的ActiveReord,详细参考这篇文章: 抽离CodeIgniter的数据库访问类!然而c++却始终用着最原始的方式,昨天趁着项目要用的机会,在网上搜索了好久,总算让我找到两套c转载 2012-02-29 15:17:09 · 4975 阅读 · 1 评论