Simple database client https://melocoton.app
Find a file
2025-11-06 10:38:36 -06:00
.github/workflows chore: upgrade to elixir 1.18 2025-08-02 07:38:20 -06:00
assets feat: switch between sessions using gt and gT vim commands 2025-10-08 08:37:21 -06:00
config chore: upgrade phoenix_live_view to 1.1 2025-07-31 11:50:22 -06:00
lib fix: use lower case to comparison in filter result computation 2025-10-08 10:35:24 -06:00
priv Move web application to root folder 2025-05-13 12:11:08 -06:00
src-tauri chore: bump v0.3.0 2025-10-18 13:22:17 -06:00
test chore: validate database URL using regex per type 2025-09-27 12:35:11 -06:00
views Move web application to root folder 2025-05-13 12:11:08 -06:00
.editorconfig Add .editorconfig file 2024-08-17 11:52:24 -06:00
.formatter.exs Move web application to root folder 2025-05-13 12:11:08 -06:00
.gitignore Move web application to root folder 2025-05-13 12:11:08 -06:00
build.sh feat: add support for linux releases 2025-07-07 17:20:35 -06:00
LICENSE chore: create LICENSE 2025-07-19 11:34:13 -06:00
mise.toml chore: upgrade zig to 0.15.2 2025-11-06 10:38:36 -06:00
mix.exs chore: upgrade zig to 0.15.2 2025-11-06 10:38:36 -06:00
mix.lock chore: upgrade zig to 0.15.2 2025-11-06 10:38:36 -06:00
package-lock.json Replace global shortcut with local app shortcuts 2025-05-12 18:11:40 -06:00
package.json Replace global shortcut with local app shortcuts 2025-05-12 18:11:40 -06:00
README.md docs: add README.md with basic instructions to run project 2025-08-18 20:19:40 -06:00

Melocoton

A simple database client focused

Features

  • keyboard driven
  • simple UI
  • supports sqlite and postgres
  • multi platform

Requirements

  • mise to install all the required dependencies.
  • we also need to install rust we can do it with rustup

Local development

  1. Install all the dependencies with mise install
  2. Install elixir dependencies with mix deps.get
  3. Install nodejs dependencies with npm install --prefix assets
  4. Run migrations, mix ecto.migrate
  5. Run development server, iex -S mix phx.server

Enjoy! ❤️