netspective-labs / sql-aide

SQL Aide (SQLa) Typescript template literal text supplier optimized for emitting SQL
https://www.sql-aide.com/
MIT License
16 stars 17 forks source link

docs: update readme & comments for migrate #166

Closed alan-francis closed 1 year ago

alan-francis commented 1 year ago
shah commented 1 year ago

@alan-francis the README.md is not quite accurate - it makes it sound like you can actually run migrations through SQLa but SQLa is only a SQL generator and you need to run migrations using psql or any other PostgreSQL command. Also, you need to edit the text coming from ChatGPT so it does not say things like "the code appears to do things" - you need to be specific and not equivocate.

alan-francis commented 1 year ago

@alan-francis the README.md is not quite accurate - it makes it sound like you can actually run migrations through SQLa but SQLa is only a SQL generator and you need to run migrations using psql or any other PostgreSQL command. Also, you need to edit the text coming from ChatGPT so it does not say things like "the code appears to do things" - you need to be specific and not equivocate.

Sure Shahid. Will update the readme accordingly.