Trending

#sqlc

Latest posts tagged with #sqlc on Bluesky

Latest Top
Trending

Posts tagged #sqlc

This is pretty sweet. #litehug, a #SQL library for #lua which lets you write your queries directly in SQL. Think #SQLc, but for lua. 😎

0 0 0 0
Preview
Compile SQL to type-safe code Compile SQL to type-safe code

Just got finished setting up sqlc tooling for a monorepo with Go and Python. Now it will generate code for each language based on a single set of *.sql files with query statements.

- sqlc.dev
- github.com/sqlc-dev/sql...

#GoLang #Python #PythonLang #sqlc #CodeGen

0 0 0 0

`sqlc` and `goose` are pretty much all you need for doing any kind of SQL work in Go. Don't reinvent the wheel here and roll your own. It is simple to setup or transition too and then you can focus more on actual code.

#GoLang #SQL #sqlc #goose

7 0 1 0
Go開発に最適な構成:TypeSpec + ogen + sqlc + orval + MSW + Docker Compose + Taskfile で爆速プロトタイピング - tokuhirom's blog

TypeSpecは気になりつつまだ触れていない / Go開発に最適な構成:TypeSpec + ogen + sqlc + orval + MSW + Docker Compose + Taskfile で爆速プロトタイピング - tokuhirom's blog
#TypeSpec #ogen #sqlc #golang #docker

3 1 0 0
GitHub - stephenafamo/bob: SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite SQL query builder and ORM/Factory generator for Go with support for PostgreSQL, MySQL and SQLite - stephenafamo/bob

#Golang bob github.com/stephenafamo... is cool and flexible.It's inspired by #SQLBoiler but its documentation is unfortunately not straightforward. It seems like #sqlc will the best option for a long time

1 0 0 0
sql-slog/examples/with-sqlc at main · akm/sql-slog Contribute to akm/sql-slog development by creating an account on GitHub.

I've added an example working sql-slog with sqlc today
github.com/akm/sql-slog... #golang #sqlc

0 0 0 0
Post image

Меньше кода, больше результата: применяем sqlc для рабо...

habr.com/ru/companies/uzum/articl...

#go #sqlc #golang #postgresql #uzum #uzumtech

Event Attributes

0 0 0 0
Post image

Меньше кода, больше результата: применяем sqlc для рабо...

habr.com/ru/companies/uzum/articl...

#go #sqlc #golang #postgresql #uzum #uzumtech

Event Attributes

0 0 0 0
Post image

Меньше кода, больше результата: применяем sqlc для рабо...

habr.com/ru/companies/oleg-bunin/...

#go #sqlc #golang #postgresql #uzum #uzumtech

Event Attributes

0 0 0 0

Here's an sqlc + postgres query, used to fetch a list of posts to be displayed on a user's profile:

-- name: GetPostsByAuthor :many
SELECT * FROM posts WHERE author = $1;

Can you spot the problem with this query? ;)

#SQL #PostgreSQL #Postgres #SQLC #Go #GoLang

1 2 2 0

Yet another article on #sqlc #go

zemfira.me/posts/things-i-wish-i-kn...

1 0 0 0

I am generating db use with #sqlc, api with #gqlgen, and page renders with #templ.

The last thing I'm actually writing is my test with #ginkgo. Which dictate how everything else is built.

Feels like my #golang workflow has gotten pretty productive. Once I stopped trying to bikeshed. 😅

0 0 0 0
Awakari App

How do you configure SQLC in your project with DDD? I'm really unsure about how to configure ...

stackoverflow.com/questions/79410478/how-d...

#postgresql #go #golang-migrate #sqlc

Event Attributes

0 0 0 0

sqlc generate is my favorite terminal command these days

#golang #sqlc

0 0 0 0
Preview
Compile SQL to type-safe code Compile SQL to type-safe code

I started to play a little with #sqlc. Think code generator for queries you write in #SQL.

You still need to do migrations. But certainly makes the whole "service is the data" considerably more apparent. 😎

0 0 0 0

I've been playing with #sqlc for database access (in this case #sqlite) in #Go. It does a great job with static queries but falls down hard on dynamic queries. Really needs to be a better answer there. I love the idea, but dynamic queries need a solution.

0 0 1 0
Preview
GitHub - abelanger5/postgres-events-table Contribute to abelanger5/postgres-events-table development by creating an account on GitHub.

Full code examples using #golang and #sqlc here: github.com/abelanger5/p...

1 0 0 0