mirror of
https://github.com/erickgnavar/melocoton.git
synced 2025-12-21 03:50:20 +00:00
Simple database client
https://melocoton.app
| .github/workflows | ||
| assets | ||
| config | ||
| lib | ||
| priv | ||
| src-tauri | ||
| test | ||
| views | ||
| .editorconfig | ||
| .formatter.exs | ||
| .gitignore | ||
| build.sh | ||
| LICENSE | ||
| mise.toml | ||
| mix.exs | ||
| mix.lock | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Melocoton
A simple database client focused
Features
- keyboard driven
- simple UI
- supports
sqliteandpostgres - multi platform
Requirements
- mise to install all the required dependencies.
- we also need to install
rustwe can do it with rustup
Local development
- Install all the dependencies with
mise install - Install
elixirdependencies withmix deps.get - Install
nodejsdependencies withnpm install --prefix assets - Run migrations,
mix ecto.migrate - Run development server,
iex -S mix phx.server
Enjoy! ❤️