command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 27, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
scripts
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.