micronaut-projects/micronaut-core

Add support for FoundationDB

开放

#1,317 创建于 2019年3月2日

 (5 条评论) (0 个反应) (0 位负责人)Java (1,025 个派生)batch import
help wantedinfo: good first issuepriority: lowtype: enhancement

仓库指标

星标
 (5,882 个星标)
PR 合并指标
 (平均合并 18天 12小时) (30 天内合并 60 个 PR)

描述

This is more of an enhancement request than a bug.

Currently Micronaut supports a number of databases. This request is to add support for FoundationDB.

FoundationDB is a key-value style DB that supports full ACID transactions and is highly performant and scalable. It was purchased by Apple in 2013, and has been recently open sourced.

It would be great to add support for it to Micronaut.

The URL for their website is https://www.foundationdb.org/

贡献者指南