Skip to content

Releases: Notts-HC/SQLRtools

SQLRtools 0.0.4

20 May 15:55

Choose a tag to compare

Minor fix to connecting to database via DSN to include the database in the
connection. This should fix the issue of method table_exists not working
correctly in Linux.

SQLRtools 0.0.3.9000

20 May 15:54
7408bcc

Choose a tag to compare

Minor fix to connecting to database via DSN to include the database in the
connection. This should fix the issue of method table_exists not working
correctly in Linux.

SQLRtools 0.0.2

24 Apr 11:54
4adb0e9

Choose a tag to compare

Minor update adding in option to remove encryption in the initiation of the
sql_server class object.

SQLRtools 0.0.1

22 Jan 15:22

Choose a tag to compare

Initial complete package containing:

  • R6 class object sql_server for connecting with SQL servers containing
    methods for interacting with the server, such as running queries, getting
    meta data and uploading data.
  • get_env_var() to easily implement keyring to store credentials and
    sensitive information.

Note all methods in sql_server are stable other than the meta_data()
method.