sqlr
sqlr copied to clipboard
CREATE sql from R
When the schema evolves, how do I apply the update to an existing database? Use case: I have a script that creates the database from scratch, I've used it to...
Input: database Output: Code in the _sqlr_ DSL
> I also don't like the way that the default connection is defined/established, but I think that's fairly easy to fix (although it does have broader implications for the API)...
> I think it's a bad idea to start from MySQL/MariaDB because they are not particularly standards compliant. I'd be happy to start from PostgresSQL, which generally adheres closely to...