This folder contains the source code of the db4o database engine core and associated projects.
Db4oBench IO Benchmark sources
Db4objects.Db4o db4o core engine sources
Db4objects.Db4o.CS db4o client/server sources
Db4objects.Db4o.Instrumentation bytecode instrumentation, required for enhancements for Native Queries and Transparent Activation
Db4objects.Db4o.Linq LINQ support for db4o (requires .NET version 3.5)
Db4objects.Db4o.Linq.Instrumentation.Tests LINQ bytecode instrumentation tests
Db4objects.Db4o.Linq.Tests LINQ tests (requires .NET version 3.5)
Db4objects.Db4o.Linq.VB.Tests LINQ tests for VB (requires .NET version 3.5)
Db4objects.Db4o.NativeQueries Native Query optimization support
Db4objects.Db4o.Optional Optional components source code
Db4objects.Db4o.Tests db4o unit and regression tests
Db4oTool db4o command line tools. Among the subprojects you will find the sources for the db4o MSBuild tasks and Db4oTool.Example where the db4o enhancer is integrated into the Post-build event command line
Db4oTutorial tutorial sources (runnable examples)
Db4oUnit db4o unit-testing framework
Db4oUnit.Extensions db4o-specific extensions to Db4oUnit
drs db4o replication system
Libs pre-built libraries used in projects, such as:
  • Cecil.FlowAnalysis.dll
  • Mono.Cecil.dll
  • Mono.GetOptions.dll
Db4o-2005.sln Visual Studio-2005 db4o solution
Db4o-2008.sln Visual Studio-2008 db4o solution
Db4o-CF-2005.sln Visual Studio-2005 db4o solution for Compact Framework
Db4o-CF-2008.sln Visual Studio-2008 db4o solution for Compact Framework
db4objects.snk db4o assembly key
default.build nant build script
include.mk include file for db4o makefile
Makefile db4o makefile for Mono