8000 GitHub - dylrich/wtgo: Go bindings for WiredTiger
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dylrich/wtgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wtgo
--------

This repository contains work-in-progress Go bindings for the WiredTiger
storage engine. This software is barely functional and likely has serious bugs.
Use at your own risk.

Requirements
--------
These bindings require WiredTiger 11.2.0+ installed locally to build. It's
tracking the WiredTiger development branch, so the API will not remain stable.
Eventually there may be a versioning system that tracks WiredTiger stable
releases.

Usage
--------
Check wtgo_test.go for example usage 

Motivation
--------
All existing bindings were quite old or out-of-date. WiredTiger has a neat API
and I wanted to try it out as an embedded database for fun.

About

Go bindings for WiredTiger

Resources

Stars

Watchers

Forks

Languages

0