Robin Braun
|
1672fbbfe8
|
typos
|
2020-04-16 11:52:28 +02:00 |
Simon Binder
|
ddf916f53b
|
Use proper data class name in docs
|
2020-04-13 21:49:02 +02:00 |
Abdullah Hilson
|
cfdb2f5cd2
|
doc: update example to include missing imports
`dart:io` is necessary for `File`
`moor.dart` is necessary for `LazyDatabase`
|
2020-04-13 13:46:11 +01:00 |
David
|
d2c7fef604
|
Update docs regarding sqlcipher
|
2020-03-16 10:43:41 +01:00 |
Simon Binder
|
d851a2b799
|
web docs: Add example to moor_shared (#382)
|
2020-02-12 19:18:15 +01:00 |
Simon Binder
|
f58d869ae4
|
Merge branch 'master' into develop
|
2020-02-10 19:27:14 +01:00 |
Simon Binder
|
b30c21e577
|
Mention non-shared builder in changelog
|
2020-02-08 20:43:57 +01:00 |
Simon Binder
|
d44004e598
|
Explain how to use moor with built_value
|
2020-02-08 15:29:31 +01:00 |
Cristian Ramírez
|
e5e8fbf628
|
Typo in _index.md
|
2020-02-05 15:20:01 -06:00 |
Simon Binder
|
01d48fa0d3
|
Merge branch 'master' into develop
|
2020-02-01 22:09:47 +01:00 |
Simon Binder
|
d0a969e9cc
|
Merge branch 'master' of gh:simolus3/moor
|
2020-02-01 21:35:31 +01:00 |
Yaakov Shahak
|
862f7ede1c
|
wrong import
|
2020-01-31 09:34:31 +02:00 |
Simon Binder
|
68e2b716fe
|
Support stream queries in transactions (#365)
|
2020-01-30 22:08:18 +01:00 |
Simon Binder
|
7417fd00ff
|
Use precompiled binaries for moor_ffi
|
2020-01-29 12:07:35 +01:00 |
Simon Binder
|
4df07359f3
|
Use precompiled binaries for moor_ffi
|
2020-01-29 11:57:07 +01:00 |
Simon Binder
|
87f72380df
|
Merge branch 'master' into develop
|
2020-01-29 11:55:40 +01:00 |
Simon Binder
|
80ced55d32
|
Improve api for "group by" statements, documentation
|
2020-01-25 21:56:09 +01:00 |
Simon Binder
|
4685059b14
|
Documentation for type converters in moor files
|
2020-01-25 16:17:56 +01:00 |
Simon Binder
|
e995553623
|
Docs: Explain that the NDK is required
|
2020-01-23 21:07:50 +01:00 |
Simon Binder
|
051519bc73
|
Docs: Update hugo and docsy
|
2020-01-22 21:04:09 +01:00 |
Simon Binder
|
c6230e628f
|
Fix uri -> path resolution on Windows
|
2020-01-22 12:00:21 +01:00 |
Simon Binder
|
59134e42db
|
Merge branch 'master' into develop
|
2020-01-21 21:09:53 +01:00 |
Simon Binder
|
d22592b88c
|
Explain how moor_ffi can work with existing databases
|
2020-01-20 17:06:33 +01:00 |
Simon Binder
|
d0cb2eec37
|
Add analyze command to moor cli tool, documentation site
|
2020-01-16 23:10:05 +01:00 |
Simon Binder
|
ddda6797e1
|
types: Analyze functions
|
2020-01-13 20:40:46 +01:00 |
Simon Binder
|
a4c0237300
|
Fix errors in documentation (#336, #337)
|
2020-01-12 10:56:16 +01:00 |
Rody Davis
|
43316c1e47
|
Update moor_shared url (#330)
Update documentation to reflect the updated url
Co-authored-by: Simon Binder <oss@simonbinder.eu>
|
2020-01-09 21:11:30 +01:00 |
Simon Binder
|
2ae6fbc99b
|
Re-run build in moor_flutter/example, index in moor files
|
2020-01-09 18:07:25 +01:00 |
Yaakov Shahak
|
d6e84a4bd0
|
fix type for docs
|
2020-01-07 16:04:11 +02:00 |
Dmytro Zaitsev
|
fd97a91798
|
Fix code example for `Getting started with sql` doc
|
2020-01-05 21:45:47 +01:00 |
Simon Binder
|
e9bd8a43aa
|
Merge branch 'master' into develop
|
2020-01-05 21:44:45 +01:00 |
Simon Binder
|
17a1a4f95c
|
Merge pull request #321 from DmitriyZaitsev/dz/fix-sql-example
Fix code example for `Getting started with sql` doc
|
2020-01-05 21:44:17 +01:00 |
Simon Binder
|
2f40e38484
|
Update relationships example to use extensions
|
2020-01-05 21:36:00 +01:00 |
Dmytro Zaitsev
|
dcf7463c8c
|
Fix code example for `Getting started with sql` doc
|
2020-01-05 22:16:07 +02:00 |
Simon Binder
|
70259c8f83
|
Build options to enable types2 inference
|
2020-01-04 22:29:21 +01:00 |
Simon Binder
|
0cdfc9a4ab
|
website: Update documentation on batches (#318)
|
2020-01-04 21:04:33 +01:00 |
Simon Binder
|
681ed5fbd1
|
website: Update documentation on batches (#318)
|
2020-01-04 20:48:55 +01:00 |
Simon Binder
|
a7300ee9a8
|
Merge pull request #315 from vitaminwater/patch-2
Missing `.path` in _openConnection
|
2020-01-03 20:49:26 +01:00 |
Constantin Clauzel
|
b602cbd88b
|
Missing `.path` in _openConnection
|
2020-01-03 19:33:22 +01:00 |
Constantin Clauzel
|
b0310f8a19
|
Missing 's' in build.yaml
In example for sqlite_modules.
|
2020-01-03 19:30:31 +01:00 |
Simon Binder
|
22525b24c3
|
Documentation for new moor features
|
2019-12-30 19:06:58 +01:00 |
Simon Binder
|
6891d213cd
|
Docs: Recommend moor_ffi, explain isolates better
|
2019-12-23 15:04:08 +01:00 |
Simon Binder
|
496f23d7d1
|
Clarify when imports are needed
|
2019-12-17 20:24:55 +01:00 |
Simon Binder
|
a8aa65e4c1
|
Improve some docs, abstract base plugin class
|
2019-12-17 12:05:09 +01:00 |
Simon Binder
|
8661e0a28a
|
Refactoring on the model classes in moor_generator
|
2019-12-14 21:43:04 +01:00 |
Simon Binder
|
6b776d47d7
|
Documentation for the json1 and fts5 extensions
|
2019-12-14 12:39:39 +01:00 |
Simon Binder
|
74ebb8a9ab
|
Ability to create fts5 tables in moor files (#196)
|
2019-12-10 20:24:08 +01:00 |
Simon Binder
|
47fc402019
|
Docs: Recommend disabling analysis for .g.dart files
|
2019-12-04 11:18:28 +01:00 |
Simon Binder
|
6b2480f10c
|
moor_ffi: Performance improvements for sqlite3 on Android
|
2019-11-27 18:54:05 +01:00 |
Simon Binder
|
a17448683e
|
Add documentation for custom select expressions
|
2019-11-16 21:30:48 +01:00 |