From 682bce05af8d7a8671c415873b45f5b3a54f6ab0 Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 9 Dec 2025 05:55:23 +0100 Subject: [PATCH] Some content update. No Code changes. (0.35.2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fd1c5..3561092 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Fun may not change the world — but it will make programming a little more fun. - [cURL](https://curl.se/) support builtin using [libcurl](https://curl.se/libcurl/) (optional) ☑ - [INI](https://en.wikipedia.org/wiki/INI_file) support builtin using [iniparser](https://gitlab.com/iniparser/iniparser/) (optional) ☑ - [JSON](https://www.json.org/) support builtin using [json-c](https://github.com/json-c/json-c) (optional) ☑ -- [libSQL](https://github.com/tursodatabase/libsql) support builtin (optional) ☑ +- [libSQL](https://github.com/tursodatabase/libsql) support builtin as a compatible alternative to SQLite (optional) ☑ - [PCRE2](https://pcre2project.github.io/pcre2/) support builtin for Perl-Compatible Regular Expressions (optional) ☑ - [PCSC](https://pcscworkgroup.com/) smart card support builtin using [PCSC lite](https://pcsclite.apdu.fr/) (optional) ☑ - [SQLite](https://sqlite.org/) support builtin (optional) ☑