-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: completing the chainable query builder
- Loading branch information
1 parent
edf5d80
commit f28258e
Showing
9 changed files
with
5,245 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
DB=mysql | ||
DB=pg | ||
DB_NAME=lucid | ||
|
||
MYSQL_HOST=0.0.0.0 | ||
MYSQL_PORT=3306 | ||
DB_NAME=lucid | ||
MYSQL_USER=virk | ||
MYSQL_PASSWORD=password | ||
|
||
PG_HOST=0.0.0.0 | ||
PG_PORT=5432 | ||
PG_USER=virk | ||
PG_PASSWORD=password |
Oops, something went wrong.