Pudu programming language
Menu

Std.App.Database.bundledDrivers

1 declaration

fn

bundledDrivers: Array[Std.Db.Driver.Driver]

This is a callable function.

What it does

Built-in connectors remain ordinary values that applications can extend.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Names inside [ ] are type arguments, such as the item type held by a collection.

Back to Std.App.DatabaseSearch related declarations