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

https://github.com/davidbetz/pymemorydb

Simple In-Memory Database for Python
https://github.com/davidbetz/pymemorydb

database memory-database python

Last synced: 14 days ago
JSON representation

Simple In-Memory Database for Python

Awesome Lists containing this project

README

          

# Simple In-Memory Database for Python

**Copyright (C) 2016-2017 David Betz**

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
[![Build Status](https://travis-ci.org/davidbetz/pymemorydb.svg?branch=master)](https://travis-ci.org/davidbetz/pymemorydb)
[![npm version](https://badge.fury.io/py/memorydb.svg)](https://badge.fury.io/py/memorydb)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/davidbetz)

## 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.