Updated rethinkdb

This commit is contained in:
Thomas Hii 2024-07-06 20:06:27 +08:00
parent 3f049465d1
commit bb093a03f6
4 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,10 @@
# Change Log
## 8.0.1
* Updated README
* Fixed warnings
## 8.0.0
* Require Dart >= 3.3

View file

@ -1,9 +1,11 @@
# Angel3 RethinkDB
[![version 1.0.7](https://img.shields.io/badge/pub-1.0.7-brightgreen.svg)](https://pub.dartlang.org/packages/angel_rethink)
[![build status](https://travis-ci.org/angel-dart/rethink.svg?branch=master)](https://travis-ci.org/angel-dart/rethink)
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_rethinkdb?include_prereleases)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Discord](https://img.shields.io/discord/1060322353214660698)](https://discord.gg/3X6bxTUdCM)
[![License](https://img.shields.io/github/license/dart-backend/angel)](https://github.com/dart-backend/angel/tree/master/packages/mongo/LICENSE)
RethinkDB-enabled service for the Angel3 framework.
This is RethinkDB service for Angel3 framework. RethinkDB is an open-source database for the realtime web.
## Installation

View file

@ -1 +1 @@
export 'src/rethink_service.dart';
export 'src/rethink_service.dart';

View file

@ -1,6 +1,6 @@
name: angel3_rethinkdb
version: 8.0.0
description: This is RethinkDB-enabled service for the Angel3 framework.
version: 8.0.1
description: This is RethinkDB service for Angel3 framework. RethinkDB is an open-source database for the realtime web.
environment:
sdk: ">=3.3.0 <4.0.0"
homepage: https://angel3-framework.web.app/