rqlite / gorqlite

A Go client for rqlite, the distributed database built on SQLite
MIT License
139 stars 34 forks source link

Add support for parameterized statements and nullable types #26

Closed sgalsaleh closed 1 year ago

sgalsaleh commented 1 year ago

Changes / Notes:

Examples:

sgalsaleh commented 1 year ago

@otoolep This PR is ready for review. Could you please review and let me know if I should make any changes?

otoolep commented 1 year ago

Thank your for your contribution - looks promising, I will merge once I understand the point of the Valid flags.

sgalsaleh commented 1 year ago

@otoolep Thanks for the quick review. I've just added an example for using nullable types to the README. Let me know if it's still unclear.

otoolep commented 1 year ago

Great -- thank you for this.