Cross-vendor .NET database access — Velocity, Foundry and Teradata Full-Text Search

7 engines

One Code Path

Seven engines, no per-vendor repositories to keep in step.

See the List
1 file

One Schema File

Version your schema in XML, JSON or YAML. Any engine, one file.

Schema Docs
0 vendor SQL

Where ORMs Stop

Spatial, full-text search and bulk load, abstracted across all seven.

Read the Post
$0 to start

Start Free on nuget.org

Free on nuget.org. One command, no signup. MySQL and PostgreSQL.

Get the Package

From the blog

All posts
Importing and Exporting GeoJSON

September 2, 2026

Importing and Exporting GeoJSON

Importing and exporting GeoJSON in a relational database. Feature ids, nested properties, streaming files too big for memory, and getting it back out.

Writing a Cross-Database .NET Application

August 28, 2026

Writing a Cross-Database .NET Application

One codebase, one schema definition, and the database chosen in configuration. What that takes in practice, and where Entity Framework Core stops.

Data Binding for Relational Tables

July 11, 2026

Data Binding for Relational Tables

Mapping rows onto objects and objects onto rows with a single argument. Naming conventions, attribute overrides, nullability, and streaming large results..

Spatial Data Across Relational Databases

June 2, 2026

Spatial Data Across Relational Databases

Spatial columns, indexes, proximity and containment queries, shape arithmetic and GeoJSON support, written once and running unchanged on every supported engine.