Closed alan-francis closed 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 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.