PhoenixmlDb.Core
1.0.30
See the version list below for details.
dotnet add package PhoenixmlDb.Core --version 1.0.30
NuGet\Install-Package PhoenixmlDb.Core -Version 1.0.30
<PackageReference Include="PhoenixmlDb.Core" Version="1.0.30" />
<PackageVersion Include="PhoenixmlDb.Core" Version="1.0.30" />
<PackageReference Include="PhoenixmlDb.Core" />
paket add PhoenixmlDb.Core --version 1.0.30
#r "nuget: PhoenixmlDb.Core, 1.0.30"
#:package PhoenixmlDb.Core@1.0.30
#addin nuget:?package=PhoenixmlDb.Core&version=1.0.30
#tool nuget:?package=PhoenixmlDb.Core&version=1.0.30
PhoenixmlDb.Core
Core types, interfaces, and XDM (XQuery Data Model) implementation for PhoenixmlDb — a modern embedded XML/JSON document database for .NET.
What's in this package
- Database interfaces —
IDocumentDatabase,IContainer,IDocumentfor storing and retrieving XML/JSON documents - XDM node types —
XdmElement,XdmAttribute,XdmDocument, etc. — the W3C XQuery Data Model - Transaction model —
IReadTransaction,IWriteTransactionwith MVCC snapshot isolation - Index configuration — path, value, full-text, and metadata indexes for fast queries
- XML parser and serializer — parse XML into XDM trees and serialize back
- Atomic value types — dates, times, durations, and other XSD types with correct semantics
When to use this package
Directly: If you're building a storage provider, query engine integration, or tooling that works with XDM types.
Indirectly: This package is a dependency of PhoenixmlDb.XQuery, PhoenixmlDb.Xslt, and the CLI tools. You typically don't reference it alone unless you need the core types without query/transform capabilities.
Quick example
using PhoenixmlDb.Core;
using PhoenixmlDb.Xdm.Parsing;
// Parse XML into an XDM tree
var parser = new XmlDocumentParser();
var result = parser.Parse("<order><item>Widget</item></order>");
var doc = result.Document;
// Navigate the tree
var root = doc.Children[0]; // <order> element
Console.WriteLine(root.StringValue); // "Widget"
Related packages
| Package | Description |
|---|---|
| PhoenixmlDb.XQuery | XQuery 4.0 query engine |
| PhoenixmlDb.Xslt | XSLT 4.0 transformation engine |
| PhoenixmlDb.XQuery.Cli | xquery command-line tool |
| PhoenixmlDb.Xslt.Cli | xslt command-line tool |
Documentation
Full documentation at phoenixml.dev
License
Apache 2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on PhoenixmlDb.Core:
| Package | Downloads |
|---|---|
|
PhoenixmlDb.XQuery
XQuery 4.0 query engine for PhoenixmlDb |
|
|
PhoenixmlDb.Xslt
XSLT 4.0 transformation engine for PhoenixmlDb |
|
|
Phoenixml.Platform.Editor.Xml
XML/XSD vocabulary binding for Phoenixml.Platform — concrete IDocument and ITreeNodeProvider implementations against PhoenixmlDb.Core's XDM, XSD schema validation pipeline. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.1 | 46 | 5/9/2026 |
| 1.1.0 | 41 | 5/8/2026 |
| 1.0.30 | 56 | 5/7/2026 |
| 1.0.29 | 335 | 5/1/2026 |
| 1.0.28 | 83 | 5/1/2026 |
| 1.0.27 | 109 | 4/20/2026 |
| 1.0.25 | 148 | 4/17/2026 |
| 1.0.24 | 100 | 4/14/2026 |
| 1.0.23 | 104 | 4/13/2026 |
| 1.0.22 | 94 | 4/12/2026 |
| 1.0.21 | 85 | 4/12/2026 |
| 1.0.20 | 89 | 4/12/2026 |
| 1.0.19 | 91 | 4/12/2026 |
| 1.0.18 | 356 | 3/26/2026 |
| 1.0.17 | 124 | 3/25/2026 |
| 1.0.16 | 125 | 3/25/2026 |
| 1.0.15 | 125 | 3/25/2026 |
| 1.0.14 | 106 | 3/24/2026 |
| 1.0.13 | 437 | 3/20/2026 |
| 1.0.12 | 495 | 3/20/2026 |