{"id":47756242,"url":"https://github.com/gnu-octave/octave-sqlite","last_synced_at":"2026-04-03T04:22:28.953Z","repository":{"id":61302936,"uuid":"548964529","full_name":"gnu-octave/octave-sqlite","owner":"gnu-octave","description":"Native SQLite interface for GNU Octave","archived":false,"fork":false,"pushed_at":"2026-02-06T13:12:55.000Z","size":242,"stargazers_count":6,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-06T21:15:23.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gnu-octave.github.io/octave-sqlite/","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gnu-octave.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-10T13:13:10.000Z","updated_at":"2026-02-06T13:12:58.000Z","dependencies_parsed_at":"2023-10-04T04:34:06.054Z","dependency_job_id":"b56943b1-f7b0-4f7c-a97c-ca4fdb9bba5c","html_url":"https://github.com/gnu-octave/octave-sqlite","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gnu-octave/octave-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Foctave-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Foctave-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Foctave-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Foctave-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnu-octave","download_url":"https://codeload.github.com/gnu-octave/octave-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnu-octave%2Foctave-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31333234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T03:20:36.090Z","status":"ssl_error","status_checked_at":"2026-04-03T03:20:35.133Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-03T04:22:28.328Z","updated_at":"2026-04-03T04:22:28.943Z","avatar_url":"https://github.com/gnu-octave.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Octave SQLITE Toolkit\n\nSQLITE database access for GNU Octave\n\n## Overview\n\nThis is a basic sqlite toolkit using and interface similar to\nthe Matlab Native SQLITE interface.\n\nIt provides functionality for the following functions:\n\n* sqlite - create a sqlite database connection\n* close - close a sqlite database connection\n* fetch - fetch data from a connection using sql\n* execute - execute a non selecting sql statement \n* sqlfind - query info about a sqlite table\n* sqlread - read a sqlite table\n* sqlwrite - write to a sqlite table\n* sqlupdate - update a sqlite table\n* commit - commit transaction when not in autocommit mode\n* rollback - rollback a transaction when not in autocommit mode\n* isopen - verify the database is open\n\nIt also provides a basic table implementation `dbtable`, but will also use\na table class if available.\n\n## Installing the Toolkit\n\nThe toolkit can be installed in Octave 6.0 and greater.  It has a dependency \non the SQLITE library (\u003chttps://www.sqlite.org/\u003e), so it must be installed in \norder to successfully install the toolkit.\n\nThe toolkit can be installed in Octave 7.2+ using the command:\n\n    pkg install -forge sqlite\n\nOn older versions of Octave, install the package using the full path to the latest released version:\n\n    pkg install \"https://github.com/gnu-octave/octave-sqlite/releases/download/v0.1.2/octave-sqlite-0.1.2.tar.gz\"\n\nAfter installation, load the package in order to use it.\n\n    pkg load sqlite\n\n**Note:** The package needs to loaded each time Octave is run in order to use the package. \n\n## Documentation\n\nOn newer versions of Octave, on loading the package the documentation will be available in the\nOctave documentation pages.\n\nThe Documentation is also installed as a pdf in the installed package folder.\n\nOnline documentation is also available at\nhttps://gnu-octave.github.io/octave-sqlite/\n\n## Reporting Bugs\n\nBugs can be filed on the [issue tracker](https://github.com/gnu-octave/octave-sqlite/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnu-octave%2Foctave-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnu-octave%2Foctave-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnu-octave%2Foctave-sqlite/lists"}