Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter Code Snippet Generator #572

Open
17 of 44 tasks
synle opened this issue Aug 4, 2022 · 2 comments
Open
17 of 44 tasks

Starter Code Snippet Generator #572

synle opened this issue Aug 4, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@synle
Copy link
Owner

synle commented Aug 4, 2022

Will allow users to generate starter code.

  • Added sample code snippets to let you write your node js code.
  • This basically generates starter code where you can use to run in your language of choice. At the moment only node js is supported. We'll plan to add more snippets like Java and Python.

To be supported Language

To be supported Database Engine

  • Relational Database (with Sequelize)
    • mysql
      • Node JS
      • Python
      • Java
    • mariadb
      • Node JS
      • Python
      • Java
    • mssql
      • Node JS
      • Python
      • Java
    • postgres
      • Node JS
      • Python
      • Java
    • sqlite
      • Node JS
      • Python
      • Java
  • cassandra
    • Node JS
    • Python
    • Java
  • mongodb
    • Node JS
    • Python
    • Java
  • redis
    • Node JS
    • Python
    • Java
  • cosmosdb
    • Node JS
    • Python
    • Java
  • aztable
    • Node JS
    • Python
    • Java

Screenshots

image

image

@synle

This comment was marked as resolved.

@synle

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant