#
sqlx
Here are 53 public repositories matching this topic...
Nested transactions for sqlx
-
Updated
Mar 22, 2020 - Go
golang orm and sql builder
-
Updated
Aug 19, 2020 - Go
Sample Restful app with chi router (golang)
-
Updated
Aug 23, 2020 - Go
Golang Database Management and Code Generation
-
Updated
Aug 31, 2020 - Go
A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️
-
Updated
Aug 4, 2020 - Rust
Sqlx wrapper with round-robin load-balancing feature
-
Updated
Jul 10, 2020 - Go
强大的 SQL 语法拓展,目标是打造 "易读易写 方便维护" 的 sql 脚本 | SQL Extension
-
Updated
Apr 10, 2020 - Python
Generates Go code that matches your Postgres tables
-
Updated
Jun 6, 2018 - Go
This is a Golang sample of repository design pattern.
-
Updated
Apr 27, 2019 - Go
sqlx adapter for Casbin https://github.com/casbin/casbin
-
Updated
Sep 2, 2019 - Go
Asynchronous casbin adapter for mysql, postgres based on sqlx-rs
mysql
rust
adapter
postgres
authentication
acl
auth
permission
rbac
sqlx
access-control
abac
storage-driver
casbin
casbin-adapter
casbin-rs
sqlx-adapter
-
Updated
Aug 31, 2020 - Rust
Sqlx Adapter for Casbin V2
-
Updated
Sep 2, 2020 - Go
Example of DB tracing with Jaeger, Go, go-sqlite3 and sqlx (transactions & IN() query)
-
Updated
Nov 11, 2018 - 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."
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, nullis being mapped to the following struct