Skip to content
forked from wannabespace/conar

AI-powered tool that makes database operations easier. Built for PostgreSQL. Modern alternative to traditional database management tools.

License

Notifications You must be signed in to change notification settings

web3relic/conar

 
 

Repository files navigation

Conar Logo Conar.app

image

Conar is an AI-powered open-source project that simplifies database interactions. Built for PostgreSQL, with support for other databases coming in the near future. Store your connections securely in our cloud and ask AI to help you write and optimize SQL queries.

Features

  • 🔐 Secure & Open

    • Open-source codebase
    • Encrypted connection strings
    • Password protection
  • 💾 Multi-Database Support

    • PostgreSQL
    • MySQL (coming soon)
    • MongoDB (coming soon)
  • 🤖 AI-Powered Features

    • Intelligent SQL assistance
    • Ability to change AI model
    • More coming soon..

Stack

  • React with TypeScript
  • Electron
  • TailwindCSS and shadcn/ui
  • Vite
  • TanStack Start/Router/Query/Form/Virtual
  • Arktype
  • Hono
  • oRPC
  • Drizzle ORM
  • Better Auth
  • AI SDK with Anthropic, OpenAI, Gemini and XAI
  • Supabase
  • Railway
  • PostHog
  • Loops

Development Setup

  • 📦 Package Installation

    pnpm install
  • 🐳 Start Database with Docker Compose

    This will start the PostgreSQL database in the background.

    docker-compose -f docker-compose.dev.yml up -d
  • 🗄️ Prepare Database

    This will run database migrations to set up the required tables and schema.

    pnpm run drizzle:migrate
  • 🚀 Run the Project

    This will start all development servers using Turbo.

    pnpm run dev

License

This project is licensed under the Apache-2.0 License — see the LICENSE file for details.

Built with ❤️

About

AI-powered tool that makes database operations easier. Built for PostgreSQL. Modern alternative to traditional database management tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • CSS 1.1%
  • Other 0.8%