memorydb

Simple In-Memory Database for Python


Keywords
database, in-memory, in-memory-database
License
MIT
Install
pip install memorydb==1.2.1

Documentation

Simple In-Memory Database for Python

Copyright (C) 2016-2017 David Betz

Build Status npm version

Purpose

A simple database to stand in for something beefier. Helpful for unit testing.

New

Text index added. View unit tests for samples.

Usage

Just look at the tests.