Chris Tsang

Results 417 comments of Chris Tsang

I think so, it's marked as a good first issue anyway

Have no thoughts on the API for now, I guess we'd want more input from users! Do have a thought in the implementation strategy. I don't think we should fiddle...

I don't think we have the engineering resources (in terms of CI and manpower) to support CockroachDB at this point. If there is enough interest let's do a crowdfunding may...

It looks great, although I am not sure how should we expose this Postgres-only feature. The `entity_model.rs` is a derive macro, and the code you added converts Rust type (from...

I think there are two problems: 1) convert from ActiveModel into Model, which is sadly lacking for now. but I think it's a "good first issue", because our derive macros...

That might be a bit tricky. I always have an assumption that for a table without primary key, the DB engine implicitly adds one and hides it from you anyway....

This will probably not land in 0.9

um... this seems like an easy fix? would appreciate PR on this