risinglightdb / sqllogictest-rs

Sqllogictest (dialect with extensions) parser and runner in Rust.
Apache License 2.0
172 stars 45 forks source link

refactor: expose built-in engines to `sqllogictest-engines` crate #154

Closed BugenZhao closed 1 year ago

BugenZhao commented 1 year ago

In this PR, we add a new workspace member of sqllogictest-engine, which contains pre-built engines like PostgresSimple, PostgresExtended, and ExternalDriver. Developers can directly depend on the sqllogictest-engine crate to utilize them.

BugenZhao commented 1 year ago

cc @xxchan @wangrunji0408 @skyzh PTAL. 🥰

BTW, should I do something else for adding a new crate?

BugenZhao commented 1 year ago

It seems the file postgres_extended_test.slt is unused... 🤔