sql_fiddling

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2021 License: MIT Imports: 6 Imported by: 0

README

sql_fiddling

To connect to ms sql server from docker container - read this

https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver15&pivots=cs1-bash#connect-to-sql-server

TODO
  • Explore SQL generation with golang.
  • Explore Golang migrate and possibility to keep revision history in database.
  • Explore Distributed databases with postgres.
  • Explore dockertest.
    • Share dockertest setup script between packages.
  • Explore MiniKube
  • gRPC and proto3 (protocol buffers)
    • Intermediate goal - fastapi as a client golang as a server
  • What's up with golang contexts?
Protocol Buffers
sudo pacman -S protobuf
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

protoc -I=./helloworld --go_out=./helloworld ./helloworld/greeter.proto

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
scripts
lint command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL