benbjohnson / postlite

Postgres wire compatible SQLite proxy.
Apache License 2.0
1.21k stars 30 forks source link

Postgres functions #5

Closed gelleson closed 2 years ago

gelleson commented 2 years ago

Is it possible to use Postgres functions?

benbjohnson commented 2 years ago

Unfortunately, no. Postlite just acts as a pass through so only SQL supported by SQLite will work.