HTTP-APIs / hydrus

REST server - Flask Hydra-powered for Semantic Web
https://pypi.org/project/hydrus/
MIT License
195 stars 130 forks source link

Add support for datetime column in hydrus #598

Closed farazkhanfk7 closed 3 years ago

farazkhanfk7 commented 3 years ago

I'm submitting a

Current Behaviour:

Presently, we can create columns in database for only integer, float, string datatypes in database.

Expected Behaviour:

A user should be able to specify datatype like "xsd:dateTime" while creating API doc. Database columns should be created accordingly. Ref : https://www.w3.org/TR/xmlschema-2/#dateTime

Steps to reproduce:

Snapshot:

Environment:

* python version * pip version * OS details ### Do you want to work on this issue?

Yes