Skip to content

smurp/ob-duckdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ob-duckdb

https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-sqlite.html

.help
create table if not exists remarks(type varchar(10), instance varchar(100));
insert into remarks values('thing', 'the universe');
insert into remarks values('stuff', 'peanut butter');
--select instance from remarks where type = 'stuff'
select * from remarks;
thingthe universe
stuffpeanut butter
.help
exec 2>&1
sqlite3 --help
:
exec 2>&1
duckdb --help
:

About

org-babel support for duckdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published