An open API service indexing awesome lists of open source software.

https://github.com/df7cb/pgsql-asn1oid

ASN.1 OID datatype for PostgreSQL
https://github.com/df7cb/pgsql-asn1oid

Last synced: about 1 year ago
JSON representation

ASN.1 OID datatype for PostgreSQL

Awesome Lists containing this project

README

          

asn1oid Type for PostgreSQL
===========================

The asn1oid extension provides a datatype for ASN.1 OIDs in PostgreSQL.

```
CREATE EXTENSION asn1oid;

# SELECT '1.3.6.1.4.1'::asn1oid;
asn1oid
─────────────
1.3.6.1.4.1
```

Author, Copyright and License
-----------------------------

Simon Richter

Copyright (C) 2010 Simon Richter

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.