Differences between revisions 2 and 3
Revision 2 as of 2007-01-16 13:39:37
Size: 778
Editor: swordsp
Comment:
Revision 3 as of 2009-12-25 07:15:48
Size: 778
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
''' Gadfly '''::-- ["swordsp"] [[[DateTime(2007-01-16T13:28:44Z)]]] [[TableOfContents]] ''' Gadfly '''::-- [[swordsp]] [<<DateTime(2007-01-16T13:28:44Z)>>] <<TableOfContents>>

Gadfly ::-- swordsp [2007-01-16 13:28:44]

Gadfly

简介

  • Python 实现的 in-memory 关系数据库
  • 支持灾难恢复(通过 log 文件)
  • 支持大部分标准 SQL 语法,
  • 支持 TCP/IP Client/Server 模式
  • 数据库存档文件在不同操作系统下二进制兼容。
  • Gadfly 特别适合作为 Python 程序的嵌入式数据库使用,在 Zope 发行版中即附带了 Gadfly 作为演示和测试之用的内置数据库。
  • 目前 Gadfly 仅提供 Python 调用接口

官方页面

http://gadfly.sourceforge.net/

文档

http://gadfly.sourceforge.net/gadfly.html

例子

讨论

Gadfly (last edited 2009-12-25 07:15:48 by localhost)