Skip to content

DataPupOrg/DataPup

Repository files navigation

DataPup Logo

DataPup

A modern, AI-assisted, cross-platform database client.

License: MIT PRs Welcome

DataPup Overview

DataPup is an open-source database client designed to make database management intuitive and enjoyable. With AI-powered query assistance and a beautiful, accessible interface, it's the database tool that developers actually want to use.

DataPup Demo

Database Support

Currently Supported

  • ClickHouse - Full support with optimized query execution

Coming Soon (Available in 2 weeks)

  • PostgreSQL - Complete support for the world's most advanced open source database
  • MySQL - Full compatibility with MySQL and MariaDB
  • SQLite - Local database support for development and testing

Development

Prerequisites

  • Node.js 18+
  • npm, yarn, or pnpm

Getting Started

  1. Install dependencies:

    npm install
  2. Run in development mode:

    npm run dev
  3. Build for production:

    npm run build
  4. Create distributable:

    npm run dist

Contributing

We love your input! Check out our Contributing Guide to get started.

If you find DataPup useful, please consider giving it a star on GitHub!

License

This project is MIT licensed - use it however you want! See the LICENSE file for details.

Acknowledgments

Contact

Have questions? Open an issue or reach out to the community!


Made with love by the open source community