chorus/src
Flori 86b022912f
Initial support for PostgreSQL (#548)
* Change sqlx::Any to sqlx::Postgres

* Change sqlx::Any to sqlx::Postgres

* Remove JSONified overrides when sqlx feature is enabled, where it makes sense

* Add num-bigint dep

* Remove generic impl for From<T> for Snowflake
For some reason, this trait bound conflicts with another trait bound from the sqlx-pg-uint crate, even though I personally don't get why.

* Remove num_bigint, adsd sqlx-pg-uint

* swap u64 for PgU64 in some files

* use v0.3.0 of sqlx-pg-uint

* Lots of sqlx-postgres type changes

* Lots of sqlx-postgres type changes

* gwah

* Change repr(i8) to repr(i16) in enums when sqlx feature is enabled, fix sqlx incompatibilities

* impl sqlx::postgres::PgHasArrayType for Snowflake

* Try: derive Type for FriendSourceFlags, GuildFolder

* Try: Derive FromRow, Type for DefaultReaction

* Try: Derive Type for CustomStatus

* Try: Derive Type, FromRow for Tag

* Replace conditional compiling of uNN/PgUNN with conditional compiled type alias

* Fix: Conditional compiling errors and warnings

* Bump: wasm-bindgen* crate versions
2024-08-21 23:43:42 +02:00
..
api Initial support for PostgreSQL (#548) 2024-08-21 23:43:42 +02:00
gateway Readd Observer trait as reexport 2024-07-25 11:29:35 +02:00
types Initial support for PostgreSQL (#548) 2024-08-21 23:43:42 +02:00
voice Add one BILLION derives 2024-07-18 23:04:35 +02:00
errors.rs Reuse gateway backends, don't duplicate them for voice gateway (#493) 2024-04-30 16:17:47 +02:00
instance.rs Add one BILLION derives 2024-07-18 23:04:35 +02:00
lib.rs Initial support for PostgreSQL (#548) 2024-08-21 23:43:42 +02:00
ratelimiter.rs Fix voice, voice_udp features 2024-07-13 14:53:04 +02:00