package
0.0.0-20250311023717-5c21e974eed8
Repository: https://github.com/thrasher-corp/gocryptotrader.git
Documentation: pkg.go.dev

# Functions

DeleteTrades will remove trades from the database using trade.Data.
GetByUUID returns a trade by its unique ID.
GetInRange returns all trades by an exchange in a date range.
Insert saves trade data to the database.
VerifyTradeInIntervals will query for ONE trade within each kline interval and verify if data exists if it does, it will set the range holder property "HasData" to true.

# Structs

Data defines trade data in its simplest db friendly form.