sea-query icon indicating copy to clipboard operation
sea-query copied to clipboard

add databend backend

Open Caisin opened this issue 11 months ago • 2 comments

PR Info

  • Closes
  • Dependencies:
  • Dependents:

New Features

  • [x] add databend backend

Bug Fixes

  • [ ]

Breaking Changes

  • [ ]

Changes

  • [ ]

Caisin avatar Mar 03 '24 15:03 Caisin

Thank you. I might be wrong, but the syntax looks exactly the same as MySQL?

tyt2y3 avatar Apr 05 '24 21:04 tyt2y3

Databend supports a few SQL dialects, including PostgreSQL and MySQL and is wire-compatible with MySQL. There are slight changes in SQL conformance, for example transactions aren't supported. A quick read of this page will give you an overview of what is/isn't supported: https://docs.databend.com/sql/sql-reference/ansi-sql

nickb937 avatar Apr 16 '24 08:04 nickb937