This website requires JavaScript.
Explore
Help
Sign In
Arav
/
dwelling-home
Watch
1
Star
0
Fork
0
You've already forked dwelling-home
Code
Releases
15
Activity
b4171bed0d
dwelling-home
/
pkg
/
mindflow
/
database
/
sqlite
/
queries
/
postNew.sql
4 lines
98 B
MySQL
Raw
Normal View
History
Unescape
Escape
Added a to be completed Mindflow SQLite3 DB and queries.
2023-05-10 03:21:29 +04:00
INSERT
INTO
`
post
`
A big revamp for mindflow and RSS. First of all, now RSS is 100% valid and has actual links instead of just a link to a post in a mindflow. Also, on mindflow page each post that has a URL field set has it displayed as Link: ... .
2023-09-25 00:23:06 +04:00
(
`
category_id
`
,
`
date
`
,
`
title
`
,
`
url
`
,
`
body
`
)
Added a to be completed Mindflow SQLite3 DB and queries.
2023-05-10 03:21:29 +04:00
VALUES
A big revamp for mindflow and RSS. First of all, now RSS is 100% valid and has actual links instead of just a link to a post in a mindflow. Also, on mindflow page each post that has a URL field set has it displayed as Link: ... .
2023-09-25 00:23:06 +04:00
(
?
,
?
,
?
,
?
,
?
)
;
Copy Permalink