Download the PHP package harish81/laravel-duckdb without Composer
On this page you can find all versions of the php package harish81/laravel-duckdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download harish81/laravel-duckdb
More information about harish81/laravel-duckdb
Files in harish81/laravel-duckdb
Download harish81/laravel-duckdb
More information about harish81/laravel-duckdb
Files in harish81/laravel-duckdb
Vendor harish81
Package laravel-duckdb
Short Description DuckDB CLI wrapper to interact with duckdb databases through laravel query builder.
License MIT
Homepage https://github.com/harish81/laravel-duckdb
Package laravel-duckdb
Short Description DuckDB CLI wrapper to interact with duckdb databases through laravel query builder.
License MIT
Homepage https://github.com/harish81/laravel-duckdb
Please rate this library. Is it a good library?
Informations about the package laravel-duckdb
DuckDB CLI wrapper to interact with duckdb databases through laravel query builder.
https://github.com/duckdb/duckdb
- Download CLI (either)
- https://duckdb.org/docs/installation/
- https://github.com/duckdb/duckdb/releases/latest
- run
php artisan laravel-duckdb:download-cli
(Experimental) - You can also pass argument
--ver
for specific version likephp artisan laravel-duckdb:download-cli --ver=0.7.1
Support us
Installation
You can install the package via composer:
Usage
-
Connect
- Examples
Advanced Usage
You can install duckdb extensions too.
Query data from s3 files directly.
-
in
database.php
- Query data
Writing a migration
Readonly Connection - A solution to concurrent query.
- in
database.php
Testing
-
Generate test data
- Run Test case
Limitations & FAQ
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- harish
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-duckdb with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0
illuminate/support Version ^10.0
illuminate/database Version ^10.0
illuminate/events Version ^10.0
illuminate/container Version ^10.0
guzzlehttp/guzzle Version ^7.2
illuminate/http Version ^10.0
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0
illuminate/support Version ^10.0
illuminate/database Version ^10.0
illuminate/events Version ^10.0
illuminate/container Version ^10.0
guzzlehttp/guzzle Version ^7.2
illuminate/http Version ^10.0
The package harish81/laravel-duckdb contains the following files
Loading the files please wait ....