VelocityDB & VelocityGraph

Object and Graph Database - ask us, share & let us know what you need.

VelocityDB Version 5.0.16 Release Notes

Fix some caching issues. Update VelocityWeb sample to use recommended way to persist objects and to use SessionPool for update transactions and a shared SessionNoServerShared for read only transactions when using IssueDatabases.

VelocityDB Version 5.0.15 Release Notes

Change load of schema so that assembly version is handled better when used with software like cAlgo. Add an upper limit to how many UpdateTransaction objects are logged in Database 0. Set limit by property SessionBase. MaxUpdateTransactionLogHistory. Update Vertex.Traverse api to allow a null target Vertex and find all paths up to a certain max number of hops.

VelocityDB Version 5.0.1 Release Notes

Fix for AllObjects iteration when deleted slots exist on a page. Added start of Database Manager which eventually will have functionality for database backup, restore and browsing. Multiple ‘federations” can be browsed concurrently and selected federations are persisted in a special DatabaseManager federation (system database location).

VelocityDB Version 5.0 Release Notes

Added support for Universal Windows applications - .NET application compiled into machine code the same way as C++ applications. Using Trace instead of Console for trace output. See User's Guide for additional info.

VelocityDB Version 4.11.1 Release Notes

Added updated NUnitTests project to VelocityDB.sln, configured all projects to use VelocityDB NuGet instead of reference to download installed VelocityDB.dll. Put VelocityGraph samples in separate solution folder. The VelocityDB.sln and all its project source code is now maintained on GitHub.

VelocityDB Version 4.10 Release Notes

Added QuickStart, WebApi and WebApiClient projects to VelocityDB.sln (part of product download/installation). The WebApi, as is, is a starting point for a full RESTful interface to VelocityDB and VelocityGraph. Please suggest to us what you would like us to add to this http interface.