This website works better with JavaScript.
Explore
Help
Sign In
helpack
/
json2db
Watch
1
Star
0
Fork
You've already forked json2db
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12
Commits
1
Branch
0
Tags
611 KiB
PHP
82.4%
Blade
14.8%
Dockerfile
2.3%
Shell
0.2%
JavaScript
0.2%
Tag:
Branch:
Tree:
35761327f9
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '35761327f9'
${ noResults }
json2db
/
docker
/
database
/
mysql
/
create-testing-database.sh
/
testing-database.sql
3 lines
83 B
Raw
Blame
History
create
database
testing
;
GRANT
ALL
ON
`
testing
`
.
*
TO
'
sail
'
@
'
%
'
;
FLUSH
PRIVILEGES
;
Reference in new issue
View Git Blame
Copy Permalink