2024-08-19 01:07:19 -06:00
2024-08-19 01:07:19 -06:00
2024-08-19 01:07:19 -06:00
2024-08-19 01:07:19 -06:00
2024-08-19 01:07:19 -06:00
2024-08-19 01:07:19 -06:00
2024-08-19 01:07:19 -06:00

LibSQL Boilerplate Golang

Copy this repo to have a golang application that is already set up to work with libSQL.

How to use

  1. Copy this repo to your new project
  2. Modify two files.

go.mod needs a new package name. main.go needs to use the package name to import from {{packageName}}/db

  1. Set up your environment variables

LIBSQL_AUTH_TOKEN LIBSQL_DATABASE_URL

Description
No description provided
Readme 73 KiB
Languages
Go 100%