Downloadliste

Projektbeschreibung

Itzam is an embedded database engine that creates
and manipulates files containing keyed-access
records. Information is referenced by a
user-defined key value, and one or more indexes
(hash, B-tree, or matrix) may be combined with or
separated from data. Itzam is deliberately
portable and designed as a foundation for other
languages (C++, Python, and Java).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-06 19:59
5.0.0

Diese Version wurde getestet und verifiziert auf 32 - und 64-Bit Windows und Linux. Moderne 32 - und 64-Bit-Windows-DLL-Projekte sind für Visual Studio 2008 zur Verfügung gestellt. Die Architektur der Testmodule wurde überarbeitet. Alle Saiten wurden aus Itzam / C, das ist jetzt völlig neutral Zeichensatz (mit ASCII-8 und Unicode getestet baut entfernt). Infrastruktur wurde hinzugefügt, um eingebettete XML-Schema für eine zukünftige "Designer"-Produkt-Support. Optimierungen wurden vorgenommen während (nichts dramatisches). Die Bibliothek Fußabdruck reduziert wurde. Eine erweiterte, vollständig kommentierte Tutorial-Programm wurde in das Tutorial-Verzeichnis bereitgestellt. Debug-Code wurde auf der Tools-Paket verschoben.
Tags: Stable, major release
This release has been tested and verified on 32- and 64-bit Windows and Linux. Modern 32- and 64-bit Windows DLL projects are provided for Visual Studio 2008. The architecture of testing modules was revamped. All strings were removed from Itzam/C, which is now completely character set neutral (tested with ASCII-8 and Unicode builds). Infrastructure was added to support embedded XML schema for a future "designer" product. Optimizations were made throughout (nothing dramatic). The library footprint was reduced. An expanded, fully-commented tutorial program was provided in the tutorial directory. Debug code was moved to the tools package.

2009-11-20 04:37
4.0.8

Der GPL v3 aktualisiert. Minor code clean-up. Getestet mit GCC bis Version 4.4.x.
Tags: license change
Updated to the GPL v3. Minor code clean-up. Tested with GCC through version 4.4.x.

2008-08-11 22:44
4.0.7

Ein Visual Studio-Projekt wurde für den zuletzt hinzugefügten Tutorial-Programm. Ein Fehler in der Datendatei Struktur der Initialisierung wurde behoben.
Tags: Minor bugfixes
A Visual Studio project was created for the
recently-added tutorial program. A bug in datafile
structure initialization was fixed.

2008-08-08 00:28
4.0.6

Ein Tutorial-Programm wurde hinzugefügt, um nachzuweisen B-Baum-und Hash-Index-Operationen. Die redundante btree_hash_read Funktion wurde entfernt. Ein kleiner Fehler in der B-Baum-Cursor wurde behoben.
Tags: Minor feature enhancements
A tutorial program was added to demonstrate B-tree
and hash index operations. The redundant
btree_hash_read function was removed. A minor bug
in B-tree cursors was fixed.

2008-07-22 23:21
4.0.4

Ein kleiner Fehler in der Berichterstattung über die Länge der Aufzeichnung zugewiesen Datei liest wurde behoben.
Tags: Minor bugfixes
A minor bug in reporting the length of record allocated file reads was fixed.

Project Resources