This website requires JavaScript.
Explore
Help
Sign In
franklinblanco
/
jl-backend-rs
Watch
1
Star
0
Fork
You've already forked jl-backend-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b0f963579
jl-backend-rs
/
sql
/
visit
/
insert.sql
1 line
58 B
SQL
Raw
Blame
History
INSERT
INTO
visit
(
ip_addr
,
time_created
)
VALUES
(
$
1
,
$
2
)
;
Reference in New Issue
View Git Blame
Copy Permalink