Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 660 Bytes

File metadata and controls

22 lines (22 loc) · 660 Bytes
title categories docs description
RavenDB
nosql-database
id url maintainer example installation
dotnet
core
```csharp var ravenDbContainer = new RavenDbBuilder() .WithImage("ravendb/ravendb:5.4-ubuntu-latest") .Build(); await ravenDbContainer.StartAsync(); ```
```bash dotnet add package Testcontainers.RavenDb ```
RavenDB is an open-source NoSQL database software designed to help businesses streamline multi-document ACID transactions and facilitate extract, transform, and load (ETL) operations.