level23 / druid-client

Druid php client for executing queries and more
Other
28 stars 7 forks source link

Implemented lookup management #63

Closed teyeheimans closed 1 month ago

teyeheimans commented 1 month ago

Added lookup() method to de DruidClient which returns a LookupBuilder. With this class you can create a new lookup in a chained way. It is also possible to list, update and delete lookups.