A tutorial on how to setup a golang project to use SQLC to generate Golang code for SQL queries with a LibSQL database
- https://sqlc.dev/
- Documentation: https://docs.sqlc.dev/en/latest/
Give a star and support the open source project
- SQLC: https://github.com/sqlc-dev/sqlc
- LibSQL: https://github.com/tursodatabase/libsql
Summary:
- SQLC: What, Why and How
- Install SQLC
- Writing SQL Schema and Queries
- Generating the Golang code with sqlc
- Connecting to the LibSQL database
- Writing and Testing out queries from golang project
This the 4th video in the Let's Go with Turso Series, LibSQL is the database created by @tursodatabase
Download
0 formats
No download links available.
Using SQLC on LibSQL Database in Golang Project | NatokHD