refinery icon indicating copy to clipboard operation
refinery copied to clipboard

Add refinery driver for libsql.

Open ignatz opened this issue 8 months ago • 4 comments

Disclaimer: I'm not overly familiar with the code base, so I'll quickly share my approach:

  • Adapted the tokio-postgres implementation for AsyncMigrate
  • Adapted the sqlite tests from rusqlite:
  • Made tests async
  • And removed all tests for run_iter().

ignatz avatar Jun 06 '24 11:06 ignatz