mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

690
comptes actifs

#SQL

7 messages5 participants0 message aujourd’hui

SQLx integration in Axum:

SQLx is an awesome crate for interacting with databases in Rust with compile time checks. In this blog post, we will learn how to use it in an Axum backend to store and retrieve data from a database.
– by @mo8it (2023-05-29)

🦀 mo8it.com/blog/sqlx-integratio

mo8it.comSQLx integration in AxumHow to integrate SQLx in an Axum backend to interact with a database
#sql#database#rust

#introduction

I make websites. Sometimes I toot about it.
#eleventy #webc #php #statamic #laravel #tailwindcss #alpinejs uhhh whatever #sql and I guess #nginx #docker and all that crap all the way down. #fullstack

I play RPGs with friends. Sometimes I toot about it.
#ttrpg #dnd #pathfinder #5e #pf2e

I am my group's sysadmin. Sometimes I toot about it.
#selfhosted #plex #lemmy #mastodon #pihole and throw some darts at selfh.st and you catch the rest.

Hot takes, bad jokes, etc.

selfh.stselfh.st - Self-hosted content and softwareSelf-hosted news, content, updates, launches, events, and more

Tech life is rarely dull. Partly because so many "great advice" articles I see don't accord with my experiences.

For example, in one of my feeds is a piece: "SQL Query Optimization for Data Engineers" of which half the things in it would be bad advice in my work.

Data engines and query optimisers vary so much that many "expert" assumptions prove false on them.

There's really no substitute for:
- understanding how your platform really works;
- trying out multiple ways.
#datawork #SQL