rsql

v0.10.0

v0.10.0 Apr 11 2024 at 00:20 UTC

💥 Breaking changes

  • remove QueryResult rows() function (#109)
  • added QueryResult next() (#108)
  • introduce Row struct to QueryResult to replace Vec (#107)

✨ Enhancements

  • add duckdb driver (#110)
  • add check for newer version on startup (#105)

🛠️ Other improvements

  • remove QueryResult rows() function (#109)
  • added QueryResult next() (#108)
  • introduce Row struct to QueryResult to replace Vec (#107)
  • rename disable_auto_update to disable_update_check (#106)