{"id":23125840,"url":"https://github.com/daniel-le97/vlibsql","last_synced_at":"2025-04-04T05:12:11.993Z","repository":{"id":259539657,"uuid":"878160034","full_name":"daniel-le97/vlibsql","owner":"daniel-le97","description":"vlang wrapper for libsql","archived":false,"fork":false,"pushed_at":"2024-11-12T22:52:17.000Z","size":26016,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T03:18:33.328Z","etag":null,"topics":["libsql","turso","vlang"],"latest_commit_sha":null,"homepage":"https://daniel-le97.github.io/vlibsql/","language":"V","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/daniel-le97.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T21:38:56.000Z","updated_at":"2024-11-22T16:00:20.000Z","dependencies_parsed_at":"2024-12-17T08:15:32.438Z","dependency_job_id":"0ddbbc19-4d24-4513-8eb2-6d2cd1d96978","html_url":"https://github.com/daniel-le97/vlibsql","commit_stats":null,"previous_names":["daniel-le97/vlibsql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-le97%2Fvlibsql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-le97%2Fvlibsql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-le97%2Fvlibsql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-le97%2Fvlibsql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel-le97","download_url":"https://codeload.github.com/daniel-le97/vlibsql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247123106,"owners_count":20887261,"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":["libsql","turso","vlang"],"created_at":"2024-12-17T08:15:23.884Z","updated_at":"2025-04-04T05:12:11.974Z","avatar_url":"https://github.com/daniel-le97.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vlibsql\n\n## vlang bindings for libsql-c\n\nlearn more at\n[libsql-c](https://github.com/tursodatabase/libsql-c)\n\n## note\n\n- V ORM is supported, but it still needs tests\n- [libsql-c](https://github.com/tursodatabase/libsql-c) SDK is currently in technical preview, and mostly used for internal use when building other libSQL SDKs\n- libsql-c does not expose the sqlite compatible C api\n\n# building\n\ncargo and rust need to be installed [Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)\n\n1. this will install libsql-c if not found\n\n```bash\nmake update\n```\n\n2. dynamic library (example)\n\n```bash\nmake update LIBRARY_LIB=liblibsql.dylib\n```\n\n## manually\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/tursodatabase/libsql-c.git\n   cd libsql-c\n   ```\n\n2. Build the library:\n\n- default: `cargo build --release`\n- with encryption: `cargo build --release --features encryption`\n\n3. The compiled library will be in `libsql-c/target/release/`:\n\n   - `liblibsql.so` (Linux)\n   - `liblibsql.dylib` (macOS)\n   - `liblibsql.dll` (Windows)\n   - `liblibsql.a` (static)\n\n4. Copy `libsql.h` and the compiled library to ./thirdparty\n\n5. this wrapper supports static library or dynamic library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-le97%2Fvlibsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-le97%2Fvlibsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-le97%2Fvlibsql/lists"}