Initial Release: v0.1.0
✨ Features
- Code Generation: Automatically generates FoundationDB data access functions for Protobuf messages.
- Indexes: Supports primary key and secondary index annotations within Protobuf definitions.
- CRUD Operations: Provides Create, Read, Update, and Delete operations for entities.
- Batch Operations: Includes batch retrieval methods for efficient data access.
- Index Management: Handles index creation and maintenance automatically.
- Thread-Safe Transactions: Ensures thread-safe operations using FoundationDB transactions.
Full Changelog: https://github.com/romannikov/fdb-go-layer-plugin/commits/v0.1.0