logstash-plugins / logstash-input-jdbc

Logstash Plugin for JDBC Inputs
Apache License 2.0
449 stars 187 forks source link

Why having a custom jdbc mixing and not using something like sequel? #1

Closed purbon closed 9 years ago

purbon commented 9 years ago

I wonder why do we need something like the custom jdbc mixing if we could be using a library like https://github.com/jeremyevans/sequel that has actually adapters for

 ADO, Amalgalite, CUBRID, DataObjects, DB2, DBI, Firebird, FoundationDB SQL Layer, IBM_DB, Informix, JDBC, MySQL, Mysql2, ODBC, OpenBase, Oracle, PostgreSQL, SQLAnywhere, SQLite3, Swift, and TinyTDS.

out of the box.

is there any design reason that makes us avoid using Sequel?

talevy commented 9 years ago

We do use Sequel :)