/datapy

File based database without external dependencies.

Primary LanguagePythonApache License 2.0Apache-2.0

Datapy

An intuitive lightweight file based database and query tool.

  • File based database
  • SQL-like interface
  • Ability to query csv files

Principles

Datapy is designes to be at lightweight as possible. At the time creation Datapy has no dependencies.

Installation

Install the Datapy with pip.

$ pip install datapy

Development

Want to contribute? Great!

This project was originated as a way to bring a community together for Hacktoberfest. I'm glad to have community involvement and helpt others to understand databases on a more basic level.

Release

MVP release will be coming during October.

License

Apache 2.0