From d8fde49da4e34457a7564655dd42bb6f0d427b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Tue, 27 Feb 2024 00:51:45 +0000 Subject: [PATCH] docs: Add NocoDB information to README.md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c0b1cd..44b94dc 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ Having your bank data in a database, gives you the power to backup, analyze and - Python: for the CLI - [GoCardless Open Banking API](https://developer.gocardless.com/bank-account-data/overview): for connecting to banks - [SQLite](https://www.sqlite.org): for storing transactions, simple and easy to use - - [MongoDB](https://www.mongodb.com/docs/): alternative store for transactions, good balance between performance and query capabilities + - [NocoDB](https://github.com/nocodb/nocodb): for visualizing and querying transactions, a simple and easy to use interface for SQLite - [Ofelia](https://github.com/mcuadros/ofelia): for scheduling regular syncs with the database when using Docker + - [MongoDB](https://www.mongodb.com/docs/): alternative store for transactions, good balance between performance and query capabilities ## ✨ Features - Connect to banks using GoCardless Open Banking API