haxetink / tink_sql

SQL embedded into Haxe
MIT License
53 stars 17 forks source link

Initial PostgreSql support #129

Closed andyli closed 3 years ago

andyli commented 3 years ago

Able to insert/select/update rows, create/drop tables. The test cases in Run are passing.

Will work on the other missing features when I need them, but I prefer to have it merged and probably refactor a bit first.

back2dos commented 3 years ago

Tests pass, so I went ahead and merged it ;)