mirror of https://github.com/AMT-Cheif/drift.git
8 lines
119 B
Dart
8 lines
119 B
Dart
|
/// PostgreSQL
|
||
|
@experimental
|
||
|
library drift.postgres;
|
||
|
|
||
|
import 'package:meta/meta.dart';
|
||
|
|
||
|
export 'src/pg_database.dart';
|