Simon Binder
231dd63948
Merge pull request #2939 from dickermoshe/develop
...
Add Manager
2024-04-23 14:54:19 +02:00
Simon Binder
428de9354a
Mention timer caveat in transaction docs
2024-04-22 22:18:03 +02:00
Moshe Dicker
216f583617
fix example
2024-04-21 18:39:16 -04:00
Moshe Dicker
95b92386ee
format
2024-04-21 18:06:39 -04:00
Moshe Dicker
7c29925217
Merge branch 'develop' of https://github.com/dickermoshe/drift into develop
2024-04-21 17:38:42 -04:00
Moshe Dicker
52da52d737
add backref to docs
2024-04-21 17:38:38 -04:00
Moshe Dicker
1293045b68
Merge branch 'develop' into develop
2024-04-21 10:35:30 -04:00
Simon Binder
aba434e7e0
Clarify join result types in docs
2024-04-21 14:51:03 +02:00
Moshe Dicker
2f71e672d9
Merge branch 'simolus3:develop' into develop
2024-04-17 16:16:58 -04:00
Moshe Dicker
5a9e783030
format
2024-04-17 16:10:31 -04:00
Moshe Dicker
3bae9cf5eb
typos
2024-04-17 16:09:36 -04:00
Moshe Dicker
3c39d8456b
docs complete!
2024-04-17 16:00:50 -04:00
Moshe Dicker
b67e4234e7
update docs
2024-04-17 15:43:36 -04:00
Moshe Dicker
2ea3d3d2bc
add docs for CRUD
2024-04-17 13:59:57 -04:00
Simon Binder
28bf783832
Scaffold manager docs page
2024-04-17 12:30:11 +02:00
Simon Binder
ac4947f266
Support `INT64` type for bigints in drift files
...
https://github.com/simolus3/drift/issues/2955
2024-04-15 21:18:10 +02:00
Ewan
ca0dee4f83
docs: minimise the copy/think/paste needed to get the minimal impleme… ( #2951 )
...
* docs: minimise the copy/think/paste needed to get the minimal implementation working
* fix: revert tag name & add closing
---------
Co-authored-by: Ewan Nisbet <ewan-git@thatdogmachine.com>
2024-04-14 22:02:55 +02:00
Moshe Dicker
6a693a9016
rebuild, format, and dart fix
2024-04-11 11:15:13 -04:00
Simon Binder
008dfaf798
Avoid superfluous import
2024-04-05 21:42:51 +02:00
Moshe Dicker
698741c092
Docs
2024-04-03 20:22:19 -04:00
Simon Binder
e90c3c33a6
Add clarifying comment to partial database class
2024-03-14 18:55:38 +01:00
Stefano La Terra
c231d25e59
Update select.md
...
Fix small typo in description
2024-03-09 12:56:26 +01:00
Simon Binder
29303100b8
Support custom names for drift views
2024-03-08 18:14:48 +01:00
Simon Binder
914763b47a
Document sql column name builder option
2024-03-06 20:56:03 +01:00
Simon Binder
27877a72e9
Clarify schema introspection update snippet
2024-02-21 10:49:36 +01:00
Simon Binder
a26cc44aaf
Add example for reflective update
2024-02-19 22:16:19 +01:00
Simon Binder
364450d26a
Add docs page on synchronization
2024-02-15 00:12:01 +01:00
Simon Binder
326434cd45
Fix docs tests as well
2024-02-08 22:05:18 +01:00
Simon Binder
882aad1e65
Update docs on sqlcipher flutter libs
2024-02-07 22:29:09 +01:00
Simon Binder
af55bd0f92
Add multi-package example
2024-01-31 00:26:36 +01:00
Simon Binder
b58e97f99c
Document how to existing databases on web
2024-01-30 22:49:38 +01:00
Simon Binder
3e894f9502
Document import/export notes for WAL databases
2024-01-28 11:56:15 +01:00
Simon Binder
f84407a8cb
Document content-type header for wasm files
2024-01-15 23:29:14 +01:00
mori yuta
b214f2c661
docs: add one-liner dependency addition instructions in the documentation ( #2831 )
...
Include one-liner dependency addition instructions in the documentation
2024-01-12 10:59:57 +01:00
Simon Binder
f25eaf10f2
Support dialect-specific types
2024-01-10 23:29:27 +01:00
Simon Binder
42a0a40055
Fix export links on migration tests docs
2024-01-05 18:35:15 +01:00
Simon Binder
d63d284de3
Document dialect options on postgres page
2023-12-30 23:59:49 +01:00
Simon Binder
7bb2b5a19d
Update encryption example
2023-12-28 10:11:16 +01:00
Simon Binder
910b284e08
Document where type converters aren' applied
2023-12-27 18:34:27 +01:00
Simon Binder
ad856314c2
Add recommended setup to asset example
2023-12-14 22:09:37 +01:00
Simon Binder
7964782c2d
Re-run generator
2023-12-12 12:15:17 +01:00
Simon Binder
99bb9e0fe0
Mention JSON support in expressions page
2023-11-27 23:45:57 +01:00
Simon Binder
434982ac85
Make schema classes public ( #2749 )
2023-11-27 22:48:37 +01:00
Simon Binder
0b537b50c1
Reformat
2023-11-16 21:30:41 +01:00
Simon Binder
220c7125a3
Update to lints 3.0.0
2023-11-16 21:25:21 +01:00
Simon Binder
407a40fae1
Add example with upsert conflict target to docs
2023-11-16 21:16:51 +01:00
Simon Binder
2ac81ddb99
Remove beta label from postgres docs
2023-11-15 17:15:50 +01:00
Simon Binder
b096e84fd4
Add interceptor example to docs
2023-11-07 23:42:59 +01:00
Erlang Parasu
de7e1ce381
Update custom_row_classes.md: fix typo
2023-11-07 14:47:03 +01:00
Simon Binder
13d64a955a
Mention CRDT projects on community page
2023-11-07 14:40:52 +01:00