From 43e9b15f16f2506c4e8200bc0dfbe1465b55a02b Mon Sep 17 00:00:00 2001 From: George Smyrnaios Date: Sat, 22 Jun 2024 23:08:42 +0200 Subject: [PATCH] Modified README.md file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1ad0366..7f1d4c90 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ The driver currently only supports the `PostgreSQL` database. - [ ] PostgresSQL (in progress) - [x] Transactions +- [ ] Transaction isolation level - [ ] Better error handling (in progress) +- [ ] Provide a more kotlin like API (in progress) - [ ] MySql - [ ] SQLite