InfluxPHP icon indicating copy to clipboard operation
InfluxPHP copied to clipboard

Style fixes and added two new methods

Open thecodeassassin opened this issue 10 years ago • 2 comments

Methods added:

  • getDatabaseNames - Returns a list of the names of all the databases
  • databaseExists - Checks if a database exists on the host/cluster

Components added:

  • QueryBuilder - Abstraction class for generating common queries

Other changes:

  • fixed return types

thecodeassassin avatar May 12 '15 07:05 thecodeassassin

Are you still supporting this library?

thecodeassassin avatar Jun 12 '15 13:06 thecodeassassin

I've added support for the 0.9 release in this PR

thecodeassassin avatar Jun 12 '15 14:06 thecodeassassin