{"id":17317191,"url":"https://github.com/df7cb/postgresql-numeral","last_synced_at":"2025-04-14T14:15:26.535Z","repository":{"id":147777928,"uuid":"86926780","full_name":"df7cb/postgresql-numeral","owner":"df7cb","description":"Textual numeric datatypes for PostgreSQL","archived":false,"fork":false,"pushed_at":"2024-09-14T21:36:54.000Z","size":64,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T14:15:19.939Z","etag":null,"topics":["datatype","german","numeral","postgresql","roman"],"latest_commit_sha":null,"homepage":null,"language":"C","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/df7cb.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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":"2017-04-01T16:29:12.000Z","updated_at":"2024-09-14T21:32:38.000Z","dependencies_parsed_at":"2024-11-08T05:02:18.177Z","dependency_job_id":"408f9f10-8e97-4fe0-8e3c-67990770c5e1","html_url":"https://github.com/df7cb/postgresql-numeral","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/df7cb%2Fpostgresql-numeral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df7cb%2Fpostgresql-numeral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df7cb%2Fpostgresql-numeral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/df7cb%2Fpostgresql-numeral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/df7cb","download_url":"https://codeload.github.com/df7cb/postgresql-numeral/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894943,"owners_count":21179153,"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":["datatype","german","numeral","postgresql","roman"],"created_at":"2024-10-15T13:15:49.173Z","updated_at":"2025-04-14T14:15:26.499Z","avatar_url":"https://github.com/df7cb.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"postgresql-numeral\n==================\nChristoph Berg \u003ccb@df7cb.de\u003e\n\n**postgresql-numeral** provides numeric data types for PostgreSQL that use\nnumerals (words instead of digits) for input and output.\n\nData types:\n\n* *numeral*: English numerals (one, two, three, four, ...), short scale (10⁹ = billion)\n* *zahl*: German numerals (eins, zwei, drei, vier, ...), long scale (10⁹ = Milliarde)\n* *roman*: Roman numerals (I, II, III, IV, ...)\n\nRequires PostgreSQL \u003e= 9.4 (currently up to 13) and Bison 3.\n\n[![Build Status](https://travis-ci.org/df7cb/postgresql-numeral.svg?branch=master)](https://travis-ci.org/df7cb/postgresql-numeral)\n\nExamples\n--------\n\n```\n# SELECT 'thirty'::numeral + 'twelve'::numeral as sum;\n    sum\n───────────\n forty-two\n\n# SELECT 'siebzehn'::zahl * 'dreiundzwanzig' AS \"Produkt\";\n         Produkt\n──────────────────────────\n dreihunderteinundneunzig\n\n# SELECT 'MCMLV'::roman + 'II'::roman * 'XXX' AS futurum;\n futurum\n─────────\n MMXV\n```\n\nImplementation\n--------------\n\nThe data types are internally binary compatible to *bigint*. Casts to and from\nbigint are defined (to bigint as *implicit*). The module does not implement\nany operators but instead reuses the existing bigint operators. Effectively,\nthe data types behave like bigint, just with different input/output functions.\n\nLicense\n-------\n\nCopyright (C) 2017, 2020 Christoph Berg\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdf7cb%2Fpostgresql-numeral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdf7cb%2Fpostgresql-numeral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdf7cb%2Fpostgresql-numeral/lists"}