From 7ad3096b4e7ef78faeda1713d2c80932e1294ce8 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Fri, 19 Nov 2021 16:14:11 +0100 Subject: [PATCH] chore: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aefb5089..e1898716 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Antares is an SQL client based on [Electron.js](https://github.com/electron/electron) and [Vue.js](https://github.com/vuejs/vue) that aims to become a useful tool, especially for developers. Our target is to support as many databases as possible, and all major operating systems, including the ARM versions. -**At the moment this application is in development state, many features will come in future updates**, and supports only MySQL/MariaDB and PostgreSQL. +**At the moment this application is in development state, many features will come in future updates**, and supports only MySQL/MariaDB, PostgreSQL and SQLite. At the moment, however, there are all the features necessary to have a pleasant database management experience, so give it a chance and send us your feedback, we would really appreciate it. We are actively working on it, hoping to provide new cool features, improvements and fixes as soon as possible. @@ -68,12 +68,12 @@ On macOS you can run `.dmg` distribution following [this guide](https://support. This is a roadmap with major features will come in near future. -- Support for other databases. - Database tools. - Users management (add/edit/delete). - More context menu shortcuts. - More keyboard shortcuts. - Import/export and migration. +- Support for other databases. - Apple Silicon distribution ## Currently supported @@ -82,7 +82,7 @@ This is a roadmap with major features will come in near future. - [x] MySQL/MariaDB - [x] PostgreSQL -- [ ] SQLite +- [x] SQLite - [ ] MSSQL - [ ] OracleDB - [ ] More...