{"id":17104551,"url":"https://github.com/fjenett/sql-library-processing","last_synced_at":"2025-04-13T01:11:39.752Z","repository":{"id":855168,"uuid":"586917","full_name":"fjenett/sql-library-processing","owner":"fjenett","description":"SQLibrary – a SQL database library for Processing incl. MySQL, SQLite and PostgreSQL","archived":false,"fork":false,"pushed_at":"2023-03-18T07:48:23.000Z","size":23331,"stargazers_count":39,"open_issues_count":13,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T19:06:16.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fjenett.github.com/sql-library-processing/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fjenett.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-30T17:00:09.000Z","updated_at":"2024-12-27T23:16:05.000Z","dependencies_parsed_at":"2023-01-11T15:48:07.130Z","dependency_job_id":null,"html_url":"https://github.com/fjenett/sql-library-processing","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjenett%2Fsql-library-processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjenett%2Fsql-library-processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjenett%2Fsql-library-processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fjenett%2Fsql-library-processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fjenett","download_url":"https://codeload.github.com/fjenett/sql-library-processing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650753,"owners_count":21139681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-10-14T15:37:12.714Z","updated_at":"2025-04-13T01:11:39.722Z","avatar_url":"https://github.com/fjenett.png","language":"Java","funding_links":[],"categories":["Libraries"],"sub_categories":["Contributions"],"readme":"This library wraps around JDBC drivers to let you access MySQL, SQLite and PostgreSQL databases.\n\n## Latest Release (0.3.2)\n\nThis fork has been modified slightly for Processing 3. It's now available in the Contribution Manager in the PDE, or you can install manually by unzipping this folder into your libraries folder:\nhttps://github.com/fjenett/sql-library-processing/raw/latest/release/BezierSQLib.zip\n\n## Features\n\nIt's not an ORM (and will not become one) but it has some handy features\nsince v0.2.0 that makes it easier to load and save objects to a database.\n\n    setFromRow(object)\n    saveToDatabase(object)\n    insertUpdateIntoDatabase(table, columns, values)\n\nSee:\nhttps://raw.github.com/fjenett/sql-library-processing/master/src/de/bezier/data/sql/SQL.java\n\n## Database Drivers\n\nParts of this library are available under their own licenses. These are redistributed as downloaded from the original sources:\n\nMySQL Connector/J (JDBC driver)\nmysql-connector-java-3.1.8-bin.jar\nhttp://dev.mysql.com/downloads/connector/j/\nhttp://dev.mysql.com/downloads/connector/j/3.1.html\nGPL, http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n\nPostgreSQL JDBC driver\npostgresql-8.3-604.jdbc3.jar\nhttp://jdbc.postgresql.org/\nhttp://jdbc.postgresql.org/download.html\nBSD, http://jdbc.postgresql.org/license.html\n\nSQLite JDBC driver\nsqlite-jdbc-3.7.2.jar\nhttp://code.google.com/p/sqlite-jdbc/\nApache License 2.0, http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjenett%2Fsql-library-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffjenett%2Fsql-library-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffjenett%2Fsql-library-processing/lists"}