Skip to content

The oydadb package is a powerful tool that simplifies interactions with PostgreSQL databases in Flutter applications. It encapsulates all necessary database operations within the OYDAInterface class, making it easier to perform CRUD operations.

License

Notifications You must be signed in to change notification settings

OYDA-Interface/oydadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oydadb

The oydadb package a powerful tool that simplifies interactions with PostgreSQL databases in Flutter applications. It encapsulates all necessary database operations within the OYDAInterface class, making it easier to perform CRUD operations.

Getting Started

First, don't use this package yet, it's not ready

Then, add the oydadb package to your pubspec.yaml file:

dependencies:
  oydadb: ^1.0.0

Then, run flutter pub get to fetch the package.

Usage

Import the package in your Dart file:

import 'package:oydadb/oydadb.dart';

Now, you can use the oydaInterface instance to interact with your PostgreSQL database. For example, to select an existing table a table:

  await dotenv.load(fileName: ".env");
  var table = await OydaInterface().selectTable('test');
  print(table);

About

The oydadb package is a powerful tool that simplifies interactions with PostgreSQL databases in Flutter applications. It encapsulates all necessary database operations within the OYDAInterface class, making it easier to perform CRUD operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages