-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Description
Feature Description
implement driver for ObjectBox from github.com/objectbox/objectbox-go
Additional Context (optional)
No response
Code Snippet (optional)
package main
import "github.com/gofiber/storage/%package%"
func main() {
// Steps to reproduce
}
Checklist:
- I agree to follow Fiber's Code of Conduct.I have checked for existing issues that describe my suggestion prior to opening this one.I understand that improperly formatted feature requests may be closed without explanation.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Activity
karnadii commentedon Nov 19, 2024
I have make some small implementation
but I just learned go two days ago so I don't know what the best practice is
gaby commentedon Nov 19, 2024
I will take a look later to see how much effort is this.
karnadii commentedon Nov 28, 2024
I couldn't wait so after looking for other storage implementation, I write this.
gaby commentedon Dec 1, 2024
@karnadii Awesome, do you allow us to use this implementation to make an official driver for it on this repo?
karnadii commentedon Dec 1, 2024
@gaby yes please, the updated code is here https://github.com/karnadii/storage/tree/objectbox/objectbox
I just don't know how to setup the test action. please use the code and made appropriate changes as you please.
gaby commentedon Dec 2, 2024
Will do this week, thanks! 💪