DEV Community

Golf-Lang
Golf-Lang

Posted on • Edited on

Web service with SQLite

This example will create a web service that inserts key and value into SQLite table. It's tested from command line.

https://golf-lang.blogspot.com/2024/09/sqlite-with-golf_29.html

To get started, install Golf and then follow step-by-step instructions to build a web service that uses SQLite.

To see an example of using any service as a web service, try hello world first.

Top comments (0)