send link to app

Are you executing query by terminal still?

Lama is very simple tool that execute query for MariaDB(include MySQL) with MariaDB Client Library.
But Lama has powerful and smart functions like below.

1. Save details for connect to MariaDB(MySQL).
2. Quick access to saved connections from popup button.
3. Format your query for easy to see.
4. Execute query from selected portion in editor view.
5. Syntax highlighting in editor view.
6. Input completion of tables and fields by Intellisense.
7. Executed query is saved automatically as history.
8. Selected result is displayed by individual window.
9. Selected result can be saved by some file format.(CSV,HTML,XML,JSON)
10. Generate program source code from executed query.