Skip to content
forked from dint-dev/database

Dart package for accessing databases.

License

Notifications You must be signed in to change notification settings

BMKeros/database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pub Package Github Actions CI PRs Welcome

Introduction

This is database.dart, a vendor-agnostic database access API for Flutter and other Dart projects.

This version is just an early preview. The API may undergo many changes until we freeze it. Anyone is welcome to contribute to the development of this package.

Copyright 2019-2020 Gohilla Ltd. Licensed under the Apache License 2.0.

Why this package?

  • 👫 Document & SQL database support. The API has been designed to support both SQL databases and document databases. You - or your customers - can always choose the best database without rewriting any code.
  • 🔭 Full-text search engine support. The API supports forwarding specific queries to search engines that can, for example, handle natural language queries better than transaction databases. There are already several search engines already supported (Algolia, ElasticSearch, and a simple search engine written in Dart).

Links

Issues?

  • Report issues at the issue tracker.
  • Contributing a fix? Fork the repository, do your changes, and just create a pull request in Github. Key contributors will be invited to become project administrators in Github.

Pub packages in this repository

Getting started

Go to the main package.

About

Dart package for accessing databases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.2%
  • Other 0.8%