benbjohnson / postlite

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

Support basic psql commands (e.g. \dt) #6

Open TheBinaryLoop opened 2 years ago

TheBinaryLoop commented 2 years ago

Please ask if you need any more information

benbjohnson commented 2 years ago

@TheBinaryLoop Postlite works as a passthrough so Postgres commands don't work. However, it might be useful and pretty easy to support basic ones like \dt.