{"id":22674427,"url":"https://github.com/heathlogancampbell/valkrinsql","last_synced_at":"2025-03-29T12:21:16.673Z","repository":{"id":39941416,"uuid":"249592298","full_name":"HeathLoganCampbell/ValkrinSql","owner":"HeathLoganCampbell","description":"📚 A merge between NoSql and Sql that supports ERM. meme","archived":false,"fork":false,"pushed_at":"2022-06-21T03:03:03.000Z","size":9,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T13:22:37.716Z","etag":null,"topics":["meme","sql"],"latest_commit_sha":null,"homepage":"","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/HeathLoganCampbell.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":"2020-03-24T02:20:31.000Z","updated_at":"2020-09-15T13:42:00.000Z","dependencies_parsed_at":"2022-08-29T20:51:08.577Z","dependency_job_id":null,"html_url":"https://github.com/HeathLoganCampbell/ValkrinSql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeathLoganCampbell%2FValkrinSql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeathLoganCampbell%2FValkrinSql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeathLoganCampbell%2FValkrinSql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeathLoganCampbell%2FValkrinSql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeathLoganCampbell","download_url":"https://codeload.github.com/HeathLoganCampbell/ValkrinSql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246181710,"owners_count":20736608,"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":["meme","sql"],"created_at":"2024-12-09T17:16:30.622Z","updated_at":"2025-03-29T12:21:16.646Z","avatar_url":"https://github.com/HeathLoganCampbell.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ValkrinSql\n\n\n## Example\nWe will save a class with a few random details to the database\n\n```java\nimport lombok.ToString;\n\n@ToString\npublic class ExampleBase\n{\n    public long yeet = -1;\n    public boolean day = false;\n    public String message= \"Hello world\";\n}\n```\n\n```java\n\nimport dev.sprock.valkrin.Valkrin;\nimport dev.sprock.valkrin.tracker.ValkrinTracker;\n\npublic class Exmaple\n{\n    public static void main(String[] args)\n    {\n        Valkrin valkrin = new Valkrin(\"localhost\", \"3306\", \"valkrin\", \"root\", \"\");\n\n        ValkrinTracker\u003cExampleBase\u003e exmapleTracker = new ValkrinTracker\u003c\u003e(ExampleBase.class, \"Examples\", valkrin);\n\n        ExampleBase thingToSave = new ExampleBase();\n\n        //Save the data to the database\n        exmapleTracker.save(\"Username\", thingToSave);\n\n        //load the data from the database\n        ExampleBase thingFromLoad = exmapleTracker.load(\"Username\");\n\n        System.out.println(thingFromLoad);\n\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheathlogancampbell%2Fvalkrinsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheathlogancampbell%2Fvalkrinsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheathlogancampbell%2Fvalkrinsql/lists"}