资 源 简 介
biferno-RDBMS is an SQL-enabled RDBMS implemented in Biferno script
it is an architectonical derivative of PHP TXTDBAPI (aka "flatfiledb")
http://www.c-worker.ch/txtdbapi/index_eng.php
It has a good degree of support for SQL-92 / SQL-99.
The Biferno version is re-factored to take advantage of application scope for code and variables, as well as persistent variable storage for backup and transactional functionality. It is also dramatically faster and competitive with SQLite.
A basic object to relational mapping is also currently in the works.
文 件 列 表
biferno-rdbms
.DS_Store
_bits
Biferno.config.bfr
biferno_pst.s.bfr
database.x.bfr
databases
examples
expression.x.bfr
expressionparser.x.bfr
index.bfr
manual
pstore
resultset.x.bfr
resultsetparser.x.bfr
resultsetrow.x.bfr
sqljoin.x.bfr
sqlparser.x.bfr
sqlquery.x.bfr
stringparser.x.bfr
test2.bfr
test_AssignInWhile.bfr
txt-db-api.bfr
txt-db-test.bfr
util.x.bfr
webgui