{"id":19224041,"url":"https://github.com/simbiose/shiva","last_synced_at":"2025-07-11T18:40:00.928Z","repository":{"id":12089197,"uuid":"14677254","full_name":"simbiose/Shiva","owner":"simbiose","description":"Transformer of Java Objects into SQL Queries.","archived":false,"fork":false,"pushed_at":"2014-02-15T01:43:29.000Z","size":232,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T06:51:17.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/simbiose.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":"2013-11-25T05:41:28.000Z","updated_at":"2018-07-02T09:03:21.000Z","dependencies_parsed_at":"2022-09-14T00:11:40.218Z","dependency_job_id":null,"html_url":"https://github.com/simbiose/Shiva","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbiose%2FShiva","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbiose%2FShiva/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbiose%2FShiva/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbiose%2FShiva/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbiose","download_url":"https://codeload.github.com/simbiose/Shiva/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249977433,"owners_count":21354859,"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-11-09T15:10:18.937Z","updated_at":"2025-04-20T23:31:58.490Z","avatar_url":"https://github.com/simbiose.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Shiva\n=====\n\nTransformer of Java Objects into SQL Queries.\n\n#What means Shiva?\n\nShiva is a Hindu Good of destruction and transformation\n\n#What Shiva does?\n\nShiva is a java Library to convert java objects into sql queries\n\n#How it works?\n\nfor example, if we have a class named Foo with two variables, a String called fooName and a integer called fooValue, we can do it:\n\n    Shiva.toCreateTableQuery(Foo.class);\n\nand it will return:\n\n    CREATE TABLE package_path_Foo (fooName TEXT ,fooValue INTEGER );\n\nor you can do:\n\n    Shiva.toDropTableQuery(Foo.class);\n\nit will return:\n\n    DROP TABLE package_path_Foo ;\n\n#How To\n\nadd the .jar on binary folder to your project path and use it.\n\nsee the example on Example for more details.\n\n#Android users\n\nto android this library has improvements on SAU library so to use it go to one of these links:\n\n- BitBucket \u003chttps://bitbucket.org/simbiose/sau/overview\u003e\n- GitHub \u003chttps://github.com/simbiose/SAU\u003e\n\n------\n\nEnjoy it and feel free to contribute, it's a GPL project, see LICENSE to more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbiose%2Fshiva","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbiose%2Fshiva","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbiose%2Fshiva/lists"}