LogoLogo
  • Preen
  • Getting Started
    • Installation
    • Hello World
      • Configuring Sources
      • Creating Models
  • Concepts
    • Overview
    • Sources
    • Models
    • Validation
  • Documentation
    • Config
      • Sources
      • Models
    • Integrations
      • Databases
        • Postgres
        • MySQL
        • MongoDB
      • Cloud Blob Storage
        • Amazon S3
      • File Formats
        • CSV
Powered by GitBook
On this page
  • Supported Integrations
  • Code References
  1. Documentation
  2. Integrations

Databases

how to configure preen to connect to databases.

PreviousIntegrationsNextPostgres

Last updated 7 months ago

Preen can connect to SQL and NoSQL databases. Our current implementation uses the Go and libraries to connect to databases.

Supported Integrations

Preen currently supports the following SQL databases:

Code References

sql
pgx
Postgres
MySQL
MongoDB
mysql.go
postgres.go
mongo.go