{"id":16336447,"url":"https://github.com/justinwoo/purescript-node-sqlite3","last_synced_at":"2025-04-03T03:40:18.639Z","repository":{"id":10135584,"uuid":"64603838","full_name":"justinwoo/purescript-node-sqlite3","owner":"justinwoo","description":"Basic Purescript wrapper for node-sqlite3","archived":false,"fork":false,"pushed_at":"2022-05-14T22:05:50.000Z","size":46,"stargazers_count":14,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-08T18:09:39.377Z","etag":null,"topics":["database","purescript","sqlite3"],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justinwoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-31T16:30:29.000Z","updated_at":"2023-02-04T23:38:00.000Z","dependencies_parsed_at":"2022-08-09T06:30:27.543Z","dependency_job_id":null,"html_url":"https://github.com/justinwoo/purescript-node-sqlite3","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-node-sqlite3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-node-sqlite3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-node-sqlite3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinwoo%2Fpurescript-node-sqlite3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinwoo","download_url":"https://codeload.github.com/justinwoo/purescript-node-sqlite3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933356,"owners_count":20857052,"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":["database","purescript","sqlite3"],"created_at":"2024-10-10T23:44:11.335Z","updated_at":"2025-04-03T03:40:18.619Z","avatar_url":"https://github.com/justinwoo.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-node-sqlite3 [![Build Status](https://travis-ci.org/justinwoo/purescript-node-sqlite3.svg?branch=master)](https://travis-ci.org/justinwoo/purescript-node-sqlite3)\n\nReally basic wrapper for [node-sqlite3](https://github.com/mapbox/node-sqlite3)\n\nOf course, this is nowhere near done, so please suggest improvements and additions!\n\n## Installation\n\n`bower i -S purescript-node-sqlite3 \u0026\u0026 npm i -S sqlite3`\n\n## Usage\n\n[See the tests!](test/Main.purs)\n\n```haskell\nlaunchAff do\n  conn \u003c- newDB \"./data\"\n\n  exists \u003c- (\\rows -\u003e 1 == length rows) \u003c$\u003e queryDB conn \"SELECT 1 from foods where name = ?\" [\"gulerodskage-med-flødest\"]\n  log $ \"do we have this?: \" \u003c\u003e (show exists)\n\n  closeDB conn\n```\n\n## Other libraries\n\nIn addition to this base library, you might also consider one of these libraries to give you some additional modeling and type safety capabilities:\n\n\u003chttps://github.com/Dretch/purescript-querydsl\u003e\n\n\u003chttps://github.com/justinwoo/purescript-jajanmen\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinwoo%2Fpurescript-node-sqlite3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinwoo%2Fpurescript-node-sqlite3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinwoo%2Fpurescript-node-sqlite3/lists"}