{
  "_id": "6a2919c7732311cd8759a82a",
  "Package": "sjdbc",
  "Version": "1.6.1",
  "Title": "JDBC Driver Interface",
  "Author": "TIBCO Software Inc.",
  "Maintainer": "Joe Roberts <jorobert@tibco.com>",
  "Description": "Provides a database-independent JDBC interface.",
  "License": "BSD_3_clause + file LICENSE",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-10 07:58:03 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2021-04-30 21:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/sjdbc",
  "RemoteRef": "HEAD",
  "RemoteSha": "64623d8f2900f9aa7b2db4aa6586e7cd6a85cb02",
  "MD5sum": "3bb392751d9673e2b31aa327914ea924",
  "_user": "cran",
  "_type": "src",
  "_file": "sjdbc_1.6.1.tar.gz",
  "_fileid": "f3cb9790f74d41ca27502ffe98b069986e0fe1db83f71eeb28e0bb03b5511e59",
  "_filesize": 155661,
  "_sha256": "f3cb9790f74d41ca27502ffe98b069986e0fe1db83f71eeb28e0bb03b5511e59",
  "_created": "2026-06-10T07:58:03.000Z",
  "_published": "2026-06-10T08:01:11.726Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80509507036,
      "time": 90,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7529818532"
    },
    {
      "job": 80509507018,
      "time": 97,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529821099"
    },
    {
      "job": 80509072779,
      "time": 152,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529786700"
    },
    {
      "job": 80509507002,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7529821695"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27261775471",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/sjdbc",
  "_commit": {
    "id": "64623d8f2900f9aa7b2db4aa6586e7cd6a85cb02",
    "author": "Joe Roberts <jorobert@tibco.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.6.1\n",
    "time": 1619818802
  },
  "_maintainer": {
    "name": "Joe Roberts",
    "email": "jorobert@tibco.com",
    "login": "jorobert",
    "description": "",
    "uuid": 78569070
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "rJava",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "skaluzny",
      "count": 2,
      "uuid": 10360014
    },
    {
      "user": "jorobert",
      "count": 1,
      "uuid": 78569070
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 150,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sjdbc"
  },
  "_searchresults": 9,
  "_topics": [
    "openjdk"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/sjdbc.html",
    "manual.pdf"
  ],
  "_realowner": "jorobert",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.5.0-71",
      "date": "2013-06-29"
    },
    {
      "version": "1.6.0",
      "date": "2016-12-16"
    },
    {
      "version": "1.6.1",
      "date": "2021-05-01"
    }
  ],
  "_exports": [
    ".JavaMethod",
    "executeJDBC",
    "exportJDBC",
    "importJDBC",
    "jdbcTimeDate",
    "jdbcTypeInfo",
    "loadJDBCDriver",
    "sjdbcCloseConnection",
    "sjdbcGetResultSet",
    "sjdbcOptions"
  ],
  "_help": [
    {
      "page": "executeJDBC",
      "title": "Execute SQL Query on a JDBC-Compatible Database",
      "topics": [
        "executeJDBC"
      ]
    },
    {
      "page": "exportJDBC",
      "title": "Export To a JDBC-Compatible Database",
      "topics": [
        "exportJDBC"
      ]
    },
    {
      "page": "importJDBC",
      "title": "Import From a JDBC-Compatible Database",
      "topics": [
        "importJDBC"
      ]
    },
    {
      "page": "jdbcTimeDate",
      "title": "Convert an splusTimeDate::timeDate object to standard JDBC Timestamp string",
      "topics": [
        "jdbcTimeDate"
      ]
    },
    {
      "page": "jdbcTypeInfo",
      "title": "Retrieve Supported Column Type Info from a Database",
      "topics": [
        "jdbcTypeInfo"
      ]
    },
    {
      "page": "loadJDBCDriver",
      "title": "Load a JDBC Driver",
      "topics": [
        "loadJDBCDriver"
      ]
    },
    {
      "page": "sjdbc",
      "title": "SJDBC Package Documentation",
      "topics": [
        "sjdbc"
      ]
    },
    {
      "page": "sjdbcCloseConnection",
      "title": "Close a Persistent Database Connection",
      "topics": [
        "sjdbcCloseConnection"
      ]
    },
    {
      "page": "sjdbcGetResultSet",
      "title": "Get a ResultSet From Static Java Class",
      "topics": [
        "sjdbcGetResultSet"
      ]
    },
    {
      "page": "sjdbcOptions",
      "title": "Package Options and Defaults",
      "topics": [
        "sjdbcOptions"
      ]
    }
  ],
  "_rundeps": [
    "rJava"
  ],
  "_sysdeps": [
    {
      "shlib": "libjvm",
      "package": "openjdk-21-jre-headless",
      "headers": "openjdk-21-jre-headless",
      "source": "openjdk",
      "version": "21.0.11+10-1~24.04.2",
      "name": "openjdk",
      "homepage": "https://openjdk.java.net/",
      "description": "OpenJDK Java runtime, using Hotspot JIT (headless)"
    }
  ],
  "_score": 1,
  "_indexed": false,
  "_nocasepkg": "sjdbc",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://jorobert.r-universe.dev/sjdbc",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-06-10T07:59:35.000Z",
      "distro": "noble",
      "commit": "64623d8f2900f9aa7b2db4aa6586e7cd6a85cb02",
      "fileid": "bea2192df433a90bd6d6b0510aa5afe84790ebeb5bb4294c67224ca870ca79a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27261775471"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-06-10T07:59:42.000Z",
      "distro": "noble",
      "commit": "64623d8f2900f9aa7b2db4aa6586e7cd6a85cb02",
      "fileid": "8e2a693528430499eb12a7e3659423d1411dcc4d6777d9384a60249996917a41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27261775471"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.1",
      "date": "2026-06-10T07:59:57.000Z",
      "commit": "64623d8f2900f9aa7b2db4aa6586e7cd6a85cb02",
      "fileid": "5135a4d5edf9d50727eb4d911cf9343f14b0b59a3b6e9a6774139f15115c0f3e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27261775471"
    }
  ]
}