> ## Documentation Index
> Fetch the complete documentation index at: https://gloflow.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Db

# MongoDB

* currently supported DB layer
* not using new mongodb transactions yet, but wrapper functions for them added to `gf_core`

# PostgreSQL

* support planned, via the standard Golang `database/sql` package

# SQLite

* support planned, via the standard Golang `database/sql` package

# DB abstraction layer

* all DB operations should be abstracted away into DB-agnostic functions
