Welcome to Mwmbl! Feel free to submit a site to crawl. Please read the guidelines before editing results.
To contribute to the index you can get our Firefox Extension here. For recent crawling activity see stats.
-
https://en.wikipedia.org/wiki/DuckDB — found via Wikipedia
DuckDB
Free and open-source software portal DuckDB is an open-source column-oriented Relational Database Management System (RDBMS). It is designed to provide
-
https://duckdb.org/ — found via User
DuckDB – An in-process SQL OLAP database management system
# Get the top-3 busiest train stations importduckdbduckdb.sql(""" SELECT station, count(*) AS num_services FROM train_services GROUP BY ALL ORDER BY num_s…
-
http://github.com/duckdb — found via Mwmbl
DuckDB · GitHub
Saved searches Use saved searches to filter your results more quickly You signed in with another tab or window. Reload to refresh your session.You signed…
-
http://stackshare.io/duckdb — found via Mwmbl
DuckDB - Reviews, Pros & Cons | Companies using DuckDB
DuckDB What is DuckDB? It is an embedded database designed to execute analytical SQL queries fast while embedded in another process. It is designed to be…
-
https://simonwillison.net/2020/Sep/19/duckdb/ — found via Mwmbl
DuckDB
DuckDB (via) This is a really interesting, relatively new database. It’s kind of a weird hybrid between SQLite and PostgreSQL: it uses the PostgreSQL par…
-
http://snyk.io/advisor/python/duckdb — found via Mwmbl
duckdb - Python Package Health Analysis | Snyk
Package Readme FAQs What is duckdb? DuckDB in-process database. Visit Snyk Advisor to see a full health score report for duckdb, including popularity, se…
-
https://twitter.com/duckdb — found via Mwmbl
JavaScript is not available. We’ve detected that JavaScript is disabled in this browser. Please enable JavaScript or switch to a supported browser to con…
-
https://www.theregister.com/2022/09/09/duckdb_0_5_0/ — found via Mwmbl
DuckDB reaches version 0.5.0 • The Register
The brainchild of academics at Amsterdam's Centrum Wiskunde & Informatica mathematical and theoretical computing research center, DuckDB is embedded withi…
-
https://news.ycombinator.com/item?id=40644318 — found via Mwmbl
DuckDB has great ergonomics for moving data between different da…
DuckDB has great ergonomics for moving data between different databases and making copies for local analysis. The one thing that differed in my experienc…
-
http://asciinema.org/a/663546 — found via Mwmbl
Using DuckDB in the Terminal (vim-dadbod) - asciinema.org
This short video showcases how to open an interactive DuckDB database create some tables and query them. These could also be replaced with reading from S…