database icon indicating copy to clipboard operation
database copied to clipboard

Dart package for accessing databases.

Results 22 database issues
Sort by recently updated
recently updated
newest added

I have some issue When I try to get array data in postgre as blow 1. I made "array colum" in postgre right this ![image](https://user-images.githubusercontent.com/65937118/104986311-1fac3980-5a56-11eb-9fbb-7397a0fee840.png) 2. how ever, I can...

Hi, I am trying to use the ElasticSearch adapter, but I can't seem to use the ```exists``` keyword nor how to use ```field IN ['a', 'b']```. I tried to dig...

will this plugin ever support mysql?

I have a table ```sql CREATE TABLE [tb_inventory] ( [uuid] BLOB(16) NOT NULL, [title] VARCHAR(1024) NOT NULL, [parent_inventory_uuid] BLOB(16) NULL, [date_unix_created_at] INTEGER NOT NULL, [date_unix_deleted_at] INTEGER NULL, PRIMARY KEY ([uuid]),...

The original solution creates SQL queries as follows: `SELECT column1, column2, ... FROM ... WHERE ... ORDER BY DESC/ASC column1` This is incorrect syntax, PostgreSQL will actually throw an exception...

Hi! This is a great library, thanks a lot! But what about a pool for database connections? Like this one https://pub.dev/packages/postgresql2#connection-pooling

Your Database package is very interesting and I'm experimenting with it. The Reach feature sounds like it could be very useful but there doesn't seem to be much explanation about...

. Can this be supported ? I am using this from flutter mobile and desktop but need to also call the server from Flutter Web This example works.. Example of...