Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial draft for octobe v2 #2

Merged
merged 8 commits into from
Dec 22, 2023
Merged

initial draft for octobe v2 #2

merged 8 commits into from
Dec 22, 2023

Conversation

Kansuler
Copy link
Owner

@Kansuler Kansuler commented Dec 17, 2023

Initial draft for octobe v2

I've been using octobe in production environments for a few years now and I've found it lacking in some aspects when it comes intuitiveness.

This draft aims to improve the development experience using Octobe.

Drivers

With v2 you can make your own drivers to interface with the database you'd like to use. It will expose driver-specific methods in your handlers via the Builder.

Handler results

In this update a result will be returned as value, rather than inserting a result as a pointer in an argument. Now it's a clear differentiation between input and output.

@Kansuler Kansuler merged commit dc965bd into main Dec 22, 2023
3 checks passed
@Kansuler Kansuler deleted the v2 branch December 26, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant