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
- Host: GitHub
- URL: https://github.com/davidbetz/pymemorydb
- Owner: davidbetz
- License: mit
- Created: 2017-07-17T22:06:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T01:16:51.000Z (about 6 years ago)
- Last Synced: 2025-09-18T22:21:23.800Z (4 months ago)
- Topics: database, memory-database, python
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple In-Memory Database for Python
**Copyright (C) 2016-2017 David Betz**
[]()
[](https://travis-ci.org/davidbetz/pymemorydb)
[](https://badge.fury.io/py/memorydb)
[](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.