sqlx
Here are 135 public repositories matching this topic...
when i use rbatis for a iOS app with sqlite. but got some error.
because rbatis_core dependence 'mac_address' supported platforms: Linux, Windows, MacOS, FreeBSD
so any help for this issues?
命名建议
-
Updated
Apr 5, 2022 - Go
-
Updated
May 25, 2022 - Rust
-
Updated
Feb 24, 2022 - Go
-
Updated
Aug 23, 2020 - Go
-
Updated
Mar 16, 2022 - Go
-
Updated
Feb 22, 2021 - Go
-
Updated
Jul 6, 2021 - Go
-
Updated
May 28, 2022 - Go
-
Updated
Feb 1, 2022 - Rust
-
Updated
Jul 10, 2020 - Go
-
Updated
Dec 6, 2021 - Rust
-
Updated
Apr 10, 2020 - Python
-
Updated
May 8, 2022 - Rust
-
Updated
Jun 6, 2018 - Go
-
Updated
Feb 3, 2022 - Go
Currently, null values from the query results do not map and rather error out when trying to map to a struct's value type field. This however works if the target field is a pointer.
If the resulting value is null and the target is a value type field, resort to the default value
i.e., if the record 1, John, doe, john@doe.com, null is being mapped to the following struct
type struct Us
-
Updated
Apr 27, 2019 - Go
Improve this page
Add a description, image, and links to the sqlx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sqlx topic, visit your repo's landing page and select "manage topics."
Motivation
The
sea-orm-cli generate entitycommand doesn't show its progress such as which entity (db table) it's generating. Some time when it fail, user have no idea which db table is at fault and making it hard to debug.Proposed Solutions