Download the PHP package tursodatabase/turso-doctrine-dbal without Composer
On this page you can find all versions of the php package tursodatabase/turso-doctrine-dbal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tursodatabase/turso-doctrine-dbal
More information about tursodatabase/turso-doctrine-dbal
Files in tursodatabase/turso-doctrine-dbal
Download tursodatabase/turso-doctrine-dbal
More information about tursodatabase/turso-doctrine-dbal
Files in tursodatabase/turso-doctrine-dbal
Vendor tursodatabase
Package turso-doctrine-dbal
Short Description A Doctribe DBAL Driver implementation on top of LibSQL Extension
License MIT
Package turso-doctrine-dbal
Short Description A Doctribe DBAL Driver implementation on top of LibSQL Extension
License MIT
Please rate this library. Is it a good library?
Informations about the package turso-doctrine-dbal
SQLite for Production. Powered by libSQL and libSQL Extension for PHP.
Turso · Quickstart · Examples · Docs · Discord · Blog & Tutorials
A LibSQL Driver for Doctrine DBAL
LibSQL is a fork of SQLite and this package is **#1 LibSQL Driver** that run natively using LibSQL Native Extension/Driver/Whatever and support Doctrine DBAL. ## Requirement **Before using this package**, you need to install and configure **LibSQL Native Extension for PHP**. You can download from **[LibSQL Extension - Release](https://github.com/darkterminal/libsql-extension)** 1. 📦 Extract the archive 2. 🗃 Locate somewhere in your machine 3. 💽 Copy a relative path that address that extension/driver 4. 📂 Open `php.ini` search `;extension` if you using nano (ctrl+w) then searching for it 5. 📝 add in the next-line `extension=liblibsql_php.so` (in Linux) without `;` at the begining ## Package Installation ## Configuration LibSQL has 4 types of connections to interact with the database: In-Memory Connection, Local Connection, Remote Connection, and Remote Replica Connection (Embedded Replica). ### In-Memory Connection ### Local Connection If you want to create Remote Connection or Remote Replica (Embedded Replica) Connection, you will need an existing database to continue. If you don’t have one, **[create one](https://docs.turso.tech/quickstart)**. Get the database URL: Get the database authentication token: If you use `.env` file, assign credentials to the environment variables inside `.env`. ### Remote Connection ### Remote Replica (Embedded Replica) Connection ## Usage --- ## Documentation 1. [Turso Quickstart](https://docs.turso.tech/quickstart) — Learn how create and connect your first database. 2. [SDK Quickstart](#) — Learn how to install and execute queries using the libSQL client. 3. [SDK Reference](#) — Dive deeper with the libSQL SDK reference and examples. ### What is Turso? [Turso](https://turso.tech) is a SQLite-compatible database built on [libSQL](https://docs.turso.tech/libsql), the Open Contribution fork of SQLite. It enables scaling to hundreds of thousands of databases per organization and supports replication to any location, including your own servers, for microsecond-latency access. Learn more about what you can do with Turso: - [Embedded Replicas](https://docs.turso.tech/features/embedded-replicas) - [Platform API](https://docs.turso.tech/features/platform-api) - [Data Edge](https://docs.turso.tech/features/data-edge) - [Branching](https://docs.turso.tech/features/branching) - [Point-in-Time Recovery](https://docs.turso.tech/features/point-in-time-recovery) - [Scale to Zero](https://docs.turso.tech/features/scale-to-zero)All versions of turso-doctrine-dbal with dependencies
PHP Build Version
Package Version
The package tursodatabase/turso-doctrine-dbal contains the following files
Loading the files please wait ....