tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.27k stars 286 forks source link

Add a link to my (experimental) D driver based on the C driver. #1470

Closed pdenapo closed 5 months ago

pdenapo commented 5 months ago

I have created a D driver for libsql (It uses the C driver but replacing the C header for a D version).

A nice feature is that some tests are included using the Silly test runner for D.

avinassh commented 5 months ago

thank you @pdenapo! 🥳