Skip to content

Releases: Raumain/api_generator

0.0.1

10 Apr 22:51

Choose a tag to compare

0.0.1 Pre-release
Pre-release

Generate a REST API based on your database schema

Caution

Unusable at the moment

By running the command npx create-api-generator {destination_path}, you should be able to choose between different options the corresponding configuration suiting your needs

Available options ATM

  • runtime : Bun
  • http server: Elysia
  • ORM/Query builder: Kysely

The default (and only available) database is Postgres

To Do

  • Choose a way to pass your database credentials OR give a path to your json database schema
  • Recover my npm account setted up 3 years ago, without saving any recovery password or 2fa method
  • Publish the npm package

Full Changelog: https://github.com/Raumain/api_generator/commits/0.0.1