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

Create a new project without support to database #156

Open
maikvortx opened this issue Aug 18, 2022 · 2 comments
Open

Create a new project without support to database #156

maikvortx opened this issue Aug 18, 2022 · 2 comments
Labels
enhancement New feature or request hacktoberfest

Comments

@maikvortx
Copy link

Is your feature request related to a problem? Please describe.

Today is not possible to create a new project without a support to a database.

Describe the solution you'd like

Create a new option to create a new project without database support.

image

@maikvortx maikvortx added the enhancement New feature or request label Aug 18, 2022
jhomarolo pushed a commit to jhomarolo/herbs-cli that referenced this issue Aug 21, 2022
now cli can run with sqlite (using in-memory option as well)

re herbsjs#156
github-actions bot pushed a commit that referenced this issue Aug 22, 2022
# [2.15.0](v2.14.1...v2.15.0) (2022-08-22)

### Bug Fixes

* **herbs:** update herbs dependencies ([6d8d9fc](6d8d9fc))

### Features

* **sqlite:** add sqlite support ([0f03f57](0f03f57)), closes [#156](#156)
@dalssoft
Copy link
Member

dalssoft commented Sep 4, 2022

The only scenarios where I think it makes sense to have no DB is a BFF (back for frontend).

However, currently all the use cases generated are using repositories to talk to DB. what would be the alternative here?

@maikvortx
Copy link
Author

What do you think about generating a usecase without CRUD steps, only validation step? We can use the CLI to create projects to work with BFF and Library.

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

No branches or pull requests

3 participants