# Packages
No description provided by the author
# Functions
NewBaseClient creates a new client for the given endpoint, configured with the provided options.
NewGenericClient creates a new client for the given endpoint, configured with the provided options.
WithGrpcOption returns an Option which configures the underlying gRPC connection.
WithTokenRefresh returns an Option that configures token refresh.
# Structs
BaseClient represents the shared functionality between various D1 services.
GenericClient can be used to make calls to a D1 Generic service.
# Type aliases
Option is used configure optional settings on the client.