john-kelly / elm-postgrest

Make PostgREST requests in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema/Resource code generation

john-kelly opened this issue · comments

PostgREST serves an OpenAPI specification, and openapi-generator supports Elm. So I think this should be quite easy to do just by modifying the (mustache) templates for Elm.

I'd really like to start using this library (and help with the schema generation), but I hesitate to use an unreleased version. What is you plan for the next release?

The current plan is to release the next version of the library in sync with the 0.19 release of Elm.

With that being said, there are still a few things I'd like to finish before an official release:

  1. embed alias updates: #57
  2. documentation: #12
  3. misc api name changes + updates (no issues for that right now)

At this time, I'm actively working to improve the documentation. I'm still thinking + sitting on alias related updates.

Thanks for the update! Keep up the good work 👍