Skip to content

Add SQLite support#391

Merged
fityannugroho merged 2 commits intomainfrom
sqlite
Aug 10, 2024
Merged

Add SQLite support#391
fityannugroho merged 2 commits intomainfrom
sqlite

Conversation

@fityannugroho
Copy link
Owner

PR Checklist

Please check if your PR fulfills the following requirements:

Put [x] to check

  • The commit message follows our Contributing Guidelines
  • Tests for the changes have been added (optional, for bug fixes or features)
  • Docs have been added / updated (optional, for bug fixes or features)

PR Type

What kind of change does this PR introduce?

Please check any kind of changes that applies to this PR using [x]

  • Bug fix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • ..... (describe the other type)

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.

Issue Number: #56

What is the new behavior?

Add SQLite suppoert as one of database providers.

Other information

If you want to use SQLite database, update these variables in your .env file:

  • Set DB_PROVIDER with sqlite
  • Set DB_URL with file:{./PATH_TO_DB_FILE}.db

@fityannugroho fityannugroho added the enhancement New feature or request label Aug 10, 2024
@fityannugroho fityannugroho merged commit 0ccd368 into main Aug 10, 2024
@fityannugroho fityannugroho deleted the sqlite branch August 10, 2024 05:42
@fityannugroho fityannugroho linked an issue Aug 10, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SUGGEST] sqlite as DB

1 participant