Categorygithub.com/takanoriyanagitani/go-sql2q
modulepackage
0.0.0-20240708230128-b46cc592e6a9
Repository: https://github.com/takanoriyanagitani/go-sql2q.git
Documentation: pkg.go.dev

# README

go-sql2q

SQL as Queue

Go Reference Go Report Card codecov

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
Id is unique queue identifier.
Msg is queue data with identifier.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Add push data to queue.
Cls closes queue(optional).
Cnt gets queue count.
No description provided by the author
Del removes queue using its unique id.
Get gets oldest msg from queue.
No description provided by the author
Lmt gets queue limit.
Pack serializes many messages into single msg.
Unpack deserializes single message into many messages.