An open API service indexing awesome lists of open source software.

https://github.com/ekzhu/datatable

An in-memory relational table in Go similar to C#'s System.Data.DataTable.
https://github.com/ekzhu/datatable

datatable golang inmemory join table

Last synced: 6 months ago
JSON representation

An in-memory relational table in Go similar to C#'s System.Data.DataTable.

Awesome Lists containing this project

README

          

# datatable
[![Build Status](https://travis-ci.org/ekzhu/datatable.svg?branch=master)](https://travis-ci.org/ekzhu/datatable)
[![GoDoc](https://godoc.org/github.com/ekzhu/datatable?status.svg)](https://godoc.org/github.com/ekzhu/datatable)

An in-memory relational table in Go similar to C#'s System.Data.DataTable,
supporting slicing and joining operations.