Skip to content

Commit aa0a419

Browse files
committed
pgconf.eu
1 parent 7cfcdb6 commit aa0a419

File tree

5 files changed

+30
-141
lines changed

5 files changed

+30
-141
lines changed

examples/official-site/sqlpage/migrations/10_map.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ VALUES (
113113
(
114114
'map',
115115
'size',
116-
'Size of the marker icon. Requires "icon" to be set.',
116+
'Size of the marker icon. Requires "icon" to be set. Introduced in 0.15.2.',
117117
'INTEGER',
118118
FALSE,
119119
TRUE

examples/official-site/sqlpage/migrations/15_blog_sqlpage_v_0_12.sql

Lines changed: 0 additions & 92 deletions
This file was deleted.

examples/official-site/sqlpage/migrations/17_blog_sqlpage_v_0_13.sql

Lines changed: 0 additions & 27 deletions
This file was deleted.

examples/official-site/sqlpage/migrations/19_blog_sqlpage_v_0_14.sql

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
INSERT INTO blog_posts (title, description, icon, created_at, content)
2+
VALUES (
3+
'Come see me build twitter live on stage in Prague',
4+
'I will speak about SQLPage at pgconf.eu in Prague on December 14th. Come see me !',
5+
'calendar-event',
6+
'2023-11-11',
7+
'
8+
# SQLPage live on stage
9+
10+
Hello everyone !
11+
12+
If some of you european SQLPagers are around Prague this december,
13+
I will be giving a talk about SQLPage at [pgconf.eu](https://2023.pgconf.eu/) on December 14th.
14+
15+
I will be talking about website building in general, SQLPage in particular,
16+
cool things you can do with it,
17+
how it works, how and why I built it,
18+
and why I still think it can cut web development and prototyping times by a factor of 10.
19+
20+
I will also be building a tiny social network live on stage, using SQLPage.
21+
22+
Come see me !
23+
24+
- [pgconf.eu](https://2023.pgconf.eu/)
25+
- [Information about the talk](https://www.postgresql.eu/events/pgconfeu2023/schedule/session/4687-sqlpage-building-a-full-web-application-with-nothing-but-postgres-and-sql-queries/)
26+
- When ? **December 14th, 2023**, **09:30 - 10:20**
27+
- Where ? Zenit Room, [Clarion Congress Hotel, Prague, Czech Republic](https://maps.app.goo.gl/qHCAaRFRjXmx2kQA7)
28+
29+
');

0 commit comments

Comments
 (0)