vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 4 forks source link

Replace postgres with HSQLDB for testing #146

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

There is no need to create accounts or anything.

lalithsuresh commented 1 year ago

@mbudiu-vmw H2 is better maintained, but be prepared for a different dialect than postgres.

mihaibudiu commented 1 year ago

SLT has lots of tests written in the postgres dialect, and HSQLDB has a compatibility mode which seems to work with them.