issues
search
kurtbuilds
/
ormlite
An ORM in Rust for developers that love SQL.
https://crates.io/crates/ormlite
MIT License
234
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
sqlite Migrations
#58
Swivelgames
opened
2 days ago
1
feat: add support for additional derive macros
#57
Phosphorus-M
opened
4 days ago
1
Embedding a database on the fly
#56
martpie
closed
2 weeks ago
5
Usage with Mutex<SqliteConnection>
#55
martpie
closed
3 weeks ago
3
Using insert on a separate insertion struct returns the insertion struct instead of the original
#54
SpartanPlume
closed
2 months ago
2
id field is needed in separate insertion struct
#53
SpartanPlume
closed
2 months ago
1
Support for newtype in models?
#52
SpartanPlume
opened
2 months ago
4
Working to make the CLI support sqlite, and allow to create migration with sqlite
#51
lefuturiste
opened
5 months ago
4
How to have a field be auto set every time the model is modified?
#50
Thermatix
opened
7 months ago
1
A way to trigger the creation of a different model on the creation of a model
#49
Thermatix
opened
7 months ago
2
Add upsert example to readme
#48
cloud303-cholden
closed
8 months ago
1
Add tags in crates.to
#47
saumil-ventura1
closed
8 months ago
1
Upsert Support
#46
cloud303-cholden
closed
8 months ago
6
derive Clone for Join
#45
nitn3lav
closed
2 months ago
2
macros: remove `use ::ormlite::__private::StreamExt`
#44
nitn3lav
closed
9 months ago
1
document rustfmt options
#43
nitn3lav
closed
10 months ago
1
make `impl IntoFuture for Insertion` generic over Database
#42
nitn3lav
closed
10 months ago
1
use `current_dir()` instead of `$PWD` in `schema_from_filepaths()`
#41
nitn3lav
closed
10 months ago
3
tiny readme changes
#40
merlindru
closed
10 months ago
1
Migrations without ormlite CLI
#39
philipcristiano
closed
11 months ago
6
Unexpected token in derive attribute: Punct { char: ':', spacing: Joint, span: #93 bytes(26754..26759) }
#38
Manosgou
closed
11 months ago
9
support string enums
#37
kurtbuilds
opened
1 year ago
3
Support migrate
#36
kurtbuilds
closed
10 months ago
1
[feature request] support count query & exists query
#35
holmofy
closed
1 year ago
2
add `where_bind_option` support
#34
holmofy
closed
1 year ago
1
`insert` & `update_partial` not found
#33
holmofy
closed
1 year ago
3
proc-macro derive panicked message: `"r#type"` is not a valid identifier
#32
holmofy
closed
2 months ago
1
cli "reflect" command
#31
franklx
opened
1 year ago
1
Tweaks and update
#30
franklx
closed
1 year ago
6
`update_partial` not working
#29
Amulet9
closed
1 year ago
5
Formatted project using cargo fmt
#28
skytz
closed
1 year ago
3
Update Database Entry without making a new instance of the Struct
#27
Arthex1
closed
1 year ago
4
Add support for table schema
#26
skytz
opened
1 year ago
4
correct use of "one_to_many_foreign_key" ?
#25
jackbackes
closed
1 year ago
2
Map a custom struct while making join.
#24
uwejan
closed
1 year ago
7
docs.rs is not able to build the documentation
#23
d4h0
closed
1 year ago
1
[Question] Transactions support roadmap
#22
matpaul
closed
1 year ago
3
MODEL_FOLDERS is not set: NotPresent
#21
eruca
closed
1 year ago
2
Join error using a bool field
#20
gmLucario
closed
1 year ago
1
proc-macro derive panicked using many_to_one_key
#19
gmLucario
closed
1 year ago
5
How to express more WHERE clauses in a query
#18
andreapavoni
closed
1 year ago
3
how can i use the feature "sqlite" and "mysql" at the same time?
#17
miaomiao1992
closed
2 months ago
6
Correct minor typo in lib.rs
#16
utilForever
closed
1 year ago
1
Fix typo in README.md
#15
teenjuna
closed
1 year ago
1
Add some benchmarks
#14
DimitriTimoz
closed
1 year ago
1
0.3.2 cannot use primary keys that are non Copy
#13
AndrewRademacher
closed
1 year ago
8
Add ability to ignore fields
#12
abdulrahman1s
closed
1 year ago
4
fix: escape raw identifier
#11
abdulrahman1s
closed
2 years ago
2
Bump SQLx version.
#10
AndrewRademacher
closed
2 years ago
1
Add ormlite to the Diesel benchmark
#9
weiznich
closed
1 year ago
2
Next