Skip to content

Releases: xerenahmed/DatabaseExecutor

v1.0.1

12 Jan 09:01
v1.0.1
ad94c08
Compare
Choose a tag to compare

Version 1.0.0

28 Oct 13:42
v1.0.0
7050163
Compare
Choose a tag to compare

Works with multiple plugins & one DatabaseExecutor without conflict.

Database support

MySQL 5.7+ (Version Policy)
SQLite 3.8.8+
MariaDB 10.3+ (Version Policy) (not tested but it should)
PostgreSQL 10.0+ (Version Policy) (not tested but it should)
SQL Server 2017+ (Version Policy) (not tested but it should)

Global Executor and Blocking mode

You can execute queries directly with your models on blocking mode.
Global Executor has some API to work with one-action queries.