Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17475 shaares · 14124 private links
Filters
1 / 3
Links per page
20 50 100
43 results tagged sql

Faster SQL Pagination with Keysets, Continued – Java, SQL and jOOQ.

sql
January 30, 2025 at 8:36:35 PM GMT+1*
https://blog.jooq.org/faster-sql-pagination-with-keysets-continued/

sq | wrangle data

SQL pq
October 13, 2024 at 8:57:40 PM GMT+2
https://sq.io/

Optimizing SQLite for servers

sqlite sql webdev softwareengineering softwaredevelopment databases
April 2, 2024 at 9:58:56 AM GMT+2*
https://kerkour.com/sqlite-for-servers

libsql - SQLite for modern applications

a fork of sqlite that is “open to contribution”

sqlite libsql sql databases
October 12, 2023 at 3:25:32 PM GMT+2*
https://turso.tech/libsql

Subqueries and performance in PostgreSQL - CYBERTEC

Subqueries and performance in PostgreSQL

sql postgresql databases
July 28, 2023 at 2:58:37 PM GMT+2*
https://www.cybertec-postgresql.com/en/subqueries-and-performance-in-postgresql/

Joins 13 Ways

Relational (inner) joins are really common in the world of databases, and one weird thing about them is that it seems like everyone has a different idea of what they are. In this post I’ve aggregated a bunch of different definitions, ways of thinking about them, and ways of implementing them that will hopefully be interesting. They’re not without redundancy, some of them are arguably the same, but I think they’re all interesting perspectives nonetheless.

sql tutorial databases
July 5, 2023 at 8:26:54 PM GMT+2*
https://justinjaffray.com/joins-13-ways/

liquery: text query language for #SQLite (search, tagging, filtering, sorting)

hq hammond rock|metal !jazz year:1970-1980 rating:desc

becomes

SELECT * FROM music
WHERE search LIKE '%hammond%'
AND (search LIKE '%rock%' OR search LIKE '%metal%')
AND search NOT LIKE '%jazz%'
AND year BETWEEN 1970 AND 1980
ORDER BY rating DESC
sql sqlite search javascript
May 8, 2023 at 5:49:10 PM GMT+2*
https://github.com/haxtra/liquery

Steampipe | select * from cloud;

cloud sql tool aws query
December 13, 2022 at 12:55:50 AM GMT+1
https://steampipe.io/

prql/prql: PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

language programming sql databases
August 26, 2022 at 2:08:16 PM GMT+2*
https://github.com/prql/prql

GitHub - dolthub/dolt: Dolt – It's Git for Data

git data sql mysql go databases
March 11, 2021 at 12:43:27 AM GMT+1*
https://github.com/dolthub/dolt

PostgreSQL: Documentation: 9.5: Composite Types

The (composite_value).* expansion to columns was new to me. And useful in a recent query I had to write.

sql postgresql db databases
March 21, 2019 at 2:19:37 PM GMT+1*
https://www.postgresql.org/docs/9.5/rowtypes.html

Azure Data Studio: An Open Source GUI Editor for Postgres | Blog | Microsoft Azure

postgresql vscode sql via:fileformat
March 19, 2019 at 11:08:26 AM GMT+1*
https://azure.microsoft.com/en-us/blog/azure-data-studio-an-open-source-gui-editor-for-postgres/

DBeaver Community | Free Universal Database Tool

Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Derby, etc.

editor sql tools postgresql linux opensource software databases
March 12, 2019 at 1:49:30 PM GMT+1*
https://dbeaver.io/

Standard SQL Features Where PostgreSQL Beats its Competitors

postgresql sql slides presentation databases
February 7, 2018 at 4:59:18 PM GMT+1*
https://modern-sql.com/blog/2018-02/standard-sql-features-where-postgresql-beats-its-competitors

How to Write SQL

Awesome post on how to write SQL:

sql python postgresql databases
June 9, 2017 at 9:18:42 PM GMT+2*
http://tapoueh.org/blog/2017/06/how-to-write-sql/

postgresql - eliminate duplicate array values in postgres - Stack Overflow

UPDATE table_name SET array_col = ARRAY(SELECT DISTINCT UNNEST(array_col) ORDER BY 1) where array_length(array_col, 1) > 1;

sql postgresql databases
May 4, 2017 at 1:00:50 PM GMT+2*
http://stackoverflow.com/questions/3994556/eliminate-duplicate-array-values-in-postgres

SQL Tabs

postgresql sql gui databases
November 4, 2016 at 2:27:15 PM GMT+1*
http://www.sqltabs.com/

String Parsing in SQL

sql postgresql databases
February 17, 2016 at 6:49:32 PM GMT+1*
https://www.periscopedata.com/blog/string-parsing-in-sql.html

Postgres Guide

guide postgresql sql psql databases
August 3, 2015 at 9:16:42 AM GMT+2*
http://www.postgresguide.com/

pgcli

cli postgresql sql databases
April 27, 2015 at 5:52:15 PM GMT+2*
http://pgcli.com/
Filters
1 / 3
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community