issues
search
tokio-rs
/
rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
569
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
MariaDB?
#69
robertsilen
closed
5 months ago
1
update sqlparser
#68
SingingBush
opened
3 years ago
0
Clarify maintenance status
#67
djc
opened
3 years ago
2
Is this project dead?
#66
amalic
closed
3 years ago
3
Generics for data access
#65
emmanuelantony2000
opened
3 years ago
0
Replace trait objects with generics
#64
mversic
opened
4 years ago
2
prepared Statement Convert Date Type fail in Mysql error.but create Statement is success.
#63
zhuxiujia
opened
4 years ago
0
merge
#62
zhuxiujia
closed
4 years ago
0
Use Stream<Row> in API
#61
andygrove
opened
4 years ago
5
Revert "Merge pull request #58 from tokio-rs/add-row-trait"
#60
andygrove
closed
4 years ago
0
Update docs to reflect recent merge
#59
nkelly31
closed
4 years ago
2
Add Row trait
#58
andygrove
closed
4 years ago
0
Add Row trait [WIP]
#57
andygrove
closed
4 years ago
0
Statement should support executing query that returns multiple result sets
#56
andygrove
opened
4 years ago
0
Add support for temporal data types in result set
#55
andygrove
opened
4 years ago
0
Add ability to get stream of rows using Tokio
#54
andygrove
closed
4 years ago
0
Design async version of traits
#53
andygrove
opened
4 years ago
4
Design RowSet access for batch and columnar support
#52
andygrove
opened
4 years ago
0
Collect feedback from Reddit comments
#51
andygrove
closed
4 years ago
1
Collect feedback from HN comments
#50
andygrove
closed
4 years ago
0
RowSet proposal
#49
andygrove
closed
4 years ago
0
the transaction is supported?
#48
zhuxiujia
closed
4 years ago
0
Avoid heap allocation
#47
gwenn
closed
4 years ago
0
Impossible to create multiple prepared statements at once
#46
weiznich
opened
4 years ago
1
Use Box instead of Rc/RefCell
#45
95th
closed
4 years ago
3
Bugfix MySQL NULL and add numeric & date/time datatypes.
#44
golddranks
closed
4 years ago
0
Purpose of Rc<Refcell<T>>
#43
95th
closed
4 years ago
6
Datatype for 64-bit integers (long long)?
#42
golddranks
opened
4 years ago
2
Add support for vectors and complex data types
#41
tglman
opened
4 years ago
1
Add support for transactions
#40
andygrove
opened
4 years ago
1
Enable retrieval of Auto Generated Keys
#39
jonathanvx
opened
4 years ago
0
Enable Performant Batch Inserts
#38
jonathanvx
opened
4 years ago
2
Add support for named parameters
#37
andygrove
opened
4 years ago
1
Release 0.1.6
#36
andygrove
closed
4 years ago
0
Remove unwraps from mysql driver
#35
andygrove
closed
4 years ago
0
implement all accessors
#34
andygrove
closed
4 years ago
0
Remove all uses of unwrap from SQLite driver
#33
andygrove
closed
4 years ago
0
Remove all uses of unwrap from Postgres driver
#32
andygrove
closed
4 years ago
0
Remove all uses of unwrap from MySQL driver
#31
andygrove
closed
4 years ago
1
Use 0-based instead of 1-based indices
#30
andygrove
closed
4 years ago
1
attempt to create Driver trait
#29
andygrove
closed
4 years ago
0
sqlite: make doc-tests compile and run
#28
manuel-woelker
closed
4 years ago
0
Make publishing simpler
#27
andygrove
closed
4 years ago
0
Set up code coverage reports
#26
andygrove
opened
4 years ago
0
implement result set meta data for sqlite
#25
andygrove
closed
4 years ago
0
Change API to accept slice instead of Vec
#24
andygrove
closed
4 years ago
0
Implement ResultSetMetaData for SQLite
#23
andygrove
closed
4 years ago
0
Decide on 0-based versus 1-based indexes
#22
andygrove
closed
4 years ago
3
wip: basic sqlite driver implementation (using rusqlite)
#21
manuel-woelker
closed
4 years ago
2
Proposal: avoid borrow_mut()
#20
rumatoest
closed
4 years ago
4
Next