Skip to content

Release v0.2.4: Enhanced Array Support + Repository Improvements

Choose a tag to compare

@greysquirr3l greysquirr3l released this 26 Jun 06:36
· 49 commits to main since this release
v0.2.4
a98bc45

🎉 Major Feature: Production-ready array support for GORM DuckDB driver

✨ New Features:

  • Native StringArray, IntArray, FloatArray types with full type safety
  • Complete GORM integration with automatic schema generation
  • Comprehensive test suite covering all edge cases
  • Enhanced documentation with extensive examples

🔧 Repository Improvements:

  • Improved .gitignore to prevent large binary commits
  • Better organized documentation and examples
  • Production-ready implementation with robust error handling

This release establishes the GORM DuckDB driver as the most advanced GORM driver with unique array capabilities.