Freemework is a general purposes framework with goal to provide cross language API. Learn API once - develop for any programming language.
This is workspace branch of Freemework SQL Migration Library multi project repository based on orphan branches.
Branches (sub-projects):
docs
- Sources of library documentation.src-csharp
- C# Sourcessrc-dart
- Dart Sourcessrc-python
- Python Sourcessrc-typescript
- TypeScript Sources
git clone git@github.com:freemework/sql.misc.migration.git freemework.sql.misc.migration
cd freemework.sql.misc.migration
for BRANCH in docs src-csharp src-dart src-python src-typescript; do git worktree add "${BRANCH}" "${BRANCH}"; done
code "Freemework-Sql.Misc.Migration.code-workspace"