-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
The initial PoC of RDBC was pretty naive and copied from ODBC/JDBC and is not idiomatic Rust code. This issue has been created to discuss how to create an idiomatic Rust set of traits using async for the project.
Specific issues with the current traits:
- Not async
- Data access does not use generics and instead has one accessor method per datatype e.g.
get_i32()
- There are ownership issues when trying to create more than one prepared statement per connection
- There is no support for batch or columnar, but that can potentially be addressed later
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed